routing
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
||||
nginx:
|
||||
image: mathwave/sprint-repo:sprint-infra-nginx-dev
|
||||
networks:
|
||||
- net
|
||||
- battleship-nginx
|
||||
- sprint-nginx
|
||||
- swarmpit-nginx
|
||||
@@ -45,8 +44,7 @@ services:
|
||||
image: rabbitmq:3.10.7-management
|
||||
ports:
|
||||
- "5672:5672"
|
||||
networks:
|
||||
- net
|
||||
- "15672:15672"
|
||||
environment:
|
||||
RABBITMQ_DEFAULT_PASS: $RABBITMQ_PASSWORD_DEV
|
||||
deploy:
|
||||
@@ -98,8 +96,7 @@ services:
|
||||
MINIO_ROOT_PASSWORD: $MINIO_PASSWORD_DEV
|
||||
ports:
|
||||
- "9000:9000"
|
||||
networks:
|
||||
- net
|
||||
- "9001:9001"
|
||||
deploy:
|
||||
mode: replicated
|
||||
placement:
|
||||
|
Reference in New Issue
Block a user