sprint
This commit is contained in:
parent
b992f4465c
commit
f25268f0db
@ -42,6 +42,7 @@ services:
|
|||||||
image: rabbitmq:3.7.9-management
|
image: rabbitmq:3.7.9-management
|
||||||
ports:
|
ports:
|
||||||
- "5672:5672"
|
- "5672:5672"
|
||||||
|
- "15672:15672"
|
||||||
networks:
|
networks:
|
||||||
- infra-net
|
- infra-net
|
||||||
environment:
|
environment:
|
||||||
|
@ -47,4 +47,13 @@ http {
|
|||||||
proxy_pass http://battleship-nginx:1236/;
|
proxy_pass http://battleship-nginx:1236/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name *.develop.sprinthub.ru;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://develop.sprinthub.ru/;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user