Skip to content

Commit

Permalink
commented out because of errors during init
Browse files Browse the repository at this point in the history
  • Loading branch information
nijmra committed Nov 6, 2024
1 parent ef2a8b9 commit d806928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- postgres-db:/var/lib/postgresql/data
- ./docker/odrc/db/init-db.sql:/docker-entrypoint-initdb.d/init_db.sql
- ./docker/open-zaak/db/0001-init-open-zaak-db.sql:/docker-entrypoint-initdb.d/0001-init-open-zaak-db.sql
- ./docker/open-zaak/db/0002-extensions.sh:/docker-entrypoint-initdb.d/0002-extensions.sh
# - ./docker/open-zaak/db/0002-extensions.sh:/docker-entrypoint-initdb.d/0002-extensions.sh
environment:
- POSTGRES_PASSWORD=localdev
restart: always
Expand Down

0 comments on commit d806928

Please sign in to comment.