- 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user