Skip to content

Commit

Permalink
Use built docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Aug 19, 2024
1 parent 0f695b2 commit e9158f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions _airflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ services:
- ./create_airflow_db.sql:/docker-entrypoint-initdb.d/create_airflow_db.sql
- ./db_data:/var/lib/mysql
airflow-server:
build:
context: .
container_name: airflow-server
image: airflow-server:2.9.3
image: cloudbaristaorg/airflow-server:edge
restart: always
command: >
/bin/bash -c "
Expand Down
5 changes: 1 addition & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ services:
cm-cicada:
container_name: cm-cicada
restart: always
build:
context: ./
dockerfile: Dockerfile
image: cm-cicada:${TAG:-latest}
image: cloudbaristaorg/cm-cicada:edge
volumes:
- ./_airflow:/_airflow:rw
- ./CM-CICADA.db:/CM-CICADA.db:rw
Expand Down

0 comments on commit e9158f9

Please sign in to comment.