fix
This commit is contained in:
parent
34838afbb3
commit
a6b66b0791
@ -10,6 +10,7 @@ services:
|
||||
- battleship-nginx
|
||||
- sprint-nginx
|
||||
- swarmpit-nginx
|
||||
- gitlab-nginx
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
@ -120,4 +121,6 @@ networks:
|
||||
sprint-nginx:
|
||||
external: true
|
||||
swarmpit-nginx:
|
||||
external: true
|
||||
gitlab-nginx:
|
||||
external: true
|
@ -16,6 +16,8 @@ services:
|
||||
networks:
|
||||
- net
|
||||
- swarmpit-nginx
|
||||
ports:
|
||||
- "888:8080"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -16,6 +16,8 @@ services:
|
||||
networks:
|
||||
- net
|
||||
- swarmpit-nginx
|
||||
ports:
|
||||
- "888:8080"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -26,7 +26,7 @@ http {
|
||||
server_name rabbitmq.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://rabbitmq:15672/;
|
||||
proxy_pass http://rabbitmq:15671/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user