Skip to content

Commit

Permalink
feat(core): cleaning and re-enabling other services
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecuyer committed Oct 8, 2024
1 parent e384486 commit 9b2b870
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ services:
- POSTGRES_PASSWORD=${DATAWAREHOUSE_DI_PASSWORD}
volumes:
- datawarehouse-data:/var/lib/postgresql/data
- datawarehouse-migration:/var/lib/postgresql/migration

reverse-proxy:
image: traefik:v2.10
Expand All @@ -162,7 +161,6 @@ services:
volumes:
airflow-logs:
datawarehouse-data:
datawarehouse-migration:
letsencrypt-data:

networks:
Expand Down
2 changes: 1 addition & 1 deletion deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ resource "null_resource" "up" {
"docker container prune --force --filter 'until=48h'",
"cd ${local.work_dir}",
# Run only datawarehouse to prepare migration
"docker compose --progress=plain up --pull=always --force-recreate --remove-orphans --wait --wait-timeout 1200 --quiet-pull --detach datawarehouse",
"docker compose --progress=plain up --pull=always --force-recreate --remove-orphans --wait --wait-timeout 1200 --quiet-pull --detach",
# FIXME: ideally this file should be removed
# "rm -f ${local.work_dir}/.env",
]
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ services:
- POSTGRES_PASSWORD=data-inclusion
volumes:
- pg-data:/var/lib/postgresql/data
- pg-migrate:/var/lib/postgresql/migrate

api:
image: data-inclusion/api
Expand All @@ -176,7 +175,6 @@ services:

volumes:
pg-data:
pg-migrate:
minio-data:

networks:
Expand Down

0 comments on commit 9b2b870

Please sign in to comment.