- Now use server-mga9:1.1.3 image,

- Variabilization of external server ports in env & compose file,
- Now use docker_tools for .env building.
This commit is contained in:
2024-10-05 13:11:16 +02:00
parent 6ec93aa56e
commit 8f3ea49795
5 changed files with 27 additions and 8 deletions

View File

@@ -30,10 +30,10 @@ services:
POSTGRESQL_PASSWORD: ${POSTGRESQL_PASSWORD}
volumes:
- ./pgsql-data:/var/lib/pgsql/data
- ./var/lib/pgsql/data:/var/lib/pgsql/data
network_mode: bridge
ports:
- "127.0.0.1:9013:9001"
- "127.0.0.1:8032:5432"
- "127.0.0.1:${DATABASE_SV_PORT}:9001"
- "127.0.0.1:${DATABASE_PORT}:5432"