Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 4, 2023
1 parent 74f4101 commit 3e297fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ services:
- minio

target-db:
image: postgis/postgis:14-3.3
image: data-inclusion/datawarehouse # FIXME
build: datawarehouse
restart: on-failure
healthcheck:
test: [ "CMD", "pg_isready", "-U", "data-inclusion" ]
Expand Down

0 comments on commit 3e297fd

Please sign in to comment.