- Now use rx3/server-mga9:1.1.3 image,

- Move from http://ftp.free.fr/ mirror to http://mirror.rx3.rx3/,
- Variabilization of external server ports in env & compose file,
- Now use docker_tools for .env building.
This commit is contained in:
2024-10-07 14:18:06 +02:00
parent 7799425b0e
commit d04d7ed47f
6 changed files with 31 additions and 9 deletions

View File

@@ -26,11 +26,11 @@ services:
RABBITMQ_GID: ${RABBITMQ_GID}
volumes:
- ./lib/rabbitmq:/var/lib/rabbitmq
- ./var/lib/rabbitmq:/var/lib/rabbitmq
network_mode: bridge
ports:
- "127.0.0.1:9015:9001"
- "127.0.0.1:8072:5672"
- "127.0.0.1:8073:15672"
- "127.0.0.1:${MQSERVER_SV_PORT}:9001"
- "127.0.0.1:${MQSERVER_PORT}:5672"
- "127.0.0.1:${MQSERVER_ADMIN_PORT}:15672"