exp: change port

This commit is contained in:
Didier Slof 2023-01-25 09:55:12 +01:00
parent fa06a8782f
commit abd571e636
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -58,7 +58,7 @@ services:
environment:
- LETSENCRYPT_HOST=mq.neo.ixvd.net
- VIRTUAL_HOST=mq.neo.ixvd.net
- VIRTUAL_PORT=15672
- VIRTUAL_PORT=8080
- RABBITMQ_DEFAULT_USER=rmq
- RABBITMQ_DEFAULT_PASS=preconfig
volumes:
@ -66,7 +66,6 @@ services:
- /srv/rabbitmq/data:/var/lib/rabbitmq
ports:
- 5672:5672
- 15672:15672
networks:
- proxy