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