specify wildcards
This commit is contained in:
parent
89a1a99150
commit
fe2994ec65
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ services:
|
||||||
image: rabbitmq:latest
|
image: rabbitmq:latest
|
||||||
hostname: rabbitmq
|
hostname: rabbitmq
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=rmq.ixvd.net
|
- LETSENCRYPT_HOST=rmq.neo.ixvd.net
|
||||||
- VIRTUAL_HOST=rmq.ixvd.net
|
- VIRTUAL_HOST=rmq.neo.ixvd.net
|
||||||
- VIRTUAL_PORT=15672
|
- VIRTUAL_PORT=15672
|
||||||
- RABBITMQ_DEFAULT_USER=rmq
|
- RABBITMQ_DEFAULT_USER=rmq
|
||||||
- RABBITMQ_DEFAULT_PASS=preconfig
|
- RABBITMQ_DEFAULT_PASS=preconfig
|
||||||
|
|
Reference in a new issue