battleship-prod
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
image: mathwave/sprint-repo:sprint-infra-nginx-prod
|
||||
ports:
|
||||
- "80:80"
|
||||
networks:
|
||||
- battleship-nginx
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 2
|
||||
@@ -101,4 +103,8 @@ services:
|
||||
|
||||
volumes:
|
||||
minio_data:
|
||||
driver: local
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
battleship-nginx:
|
||||
external: true
|
@@ -52,7 +52,7 @@ http {
|
||||
server_name battleship.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:1236/;
|
||||
proxy_pass http://battleship-nginx:1236/;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user