Skip to content
Snippets Groups Projects
Commit f8ec5d52 authored by Paul's avatar Paul
Browse files

Updated docker-compose-development to use ${POSTGRES_PORT} instead of hard-coded 5432

parent 466ba954
Branches feature/improving-developer-config
No related tags found
2 merge requests!370Hyrax 5 - Improving developer config,!346Draft: Hyrax 5 - Upgrade hyrax to v5
Pipeline #20105 failed
......@@ -49,10 +49,14 @@ services:
- .env
environment:
- POSTGRES_DB=${POSTGRES_DB_APP}
- PGPORT=${POSTGRES_PORT}
- POSTGRES_PORT=${POSTGRES_PORT}
networks:
internal:
expose:
- 5432
- ${POSTGRES_PORT}
ports:
- "${POSTGRES_PORT}:${POSTGRES_PORT}"
volumes:
- db:/var/lib/postgresql/data
healthcheck:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment