Skip to content

Commit

Permalink
Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Mar 14, 2024
1 parent 4f224ea commit 69c3cbf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ services:
image: sourcepole/qwc-base-db:15 # 15 refers to the Postgres major version
environment:
POSTGRES_PASSWORD: 'uefah5WateiWai1e' # TODO: Set your postgres password here!
volumes:
- ./volumes/db:/var/lib/postgresql/docker
# If you don't want/need the demo data, you can remove this line
- ./volumes/demo-data/setup-demo-data.sh:/docker-entrypoint-initdb.d/2_setup-demo-data.sh
ports:
- "127.0.0.1:5439:5432"
healthcheck:
Expand All @@ -21,6 +17,8 @@ services:
build:
context: ..
dockerfile: Dockerfile.migrate
volumes:
- ../pg_service.conf:/tmp/pg_service.conf:ro
depends_on:
qwc-postgis:
condition: service_healthy

0 comments on commit 69c3cbf

Please sign in to comment.