gitlab
This commit is contained in:
parent
7c8993ec6a
commit
02bcf4e558
@ -10,7 +10,6 @@ services:
|
|||||||
- battleship-nginx
|
- battleship-nginx
|
||||||
- sprint-nginx
|
- sprint-nginx
|
||||||
- swarmpit-nginx
|
- swarmpit-nginx
|
||||||
- gitlab-nginx
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
@ -122,5 +121,3 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
swarmpit-nginx:
|
swarmpit-nginx:
|
||||||
external: true
|
external: true
|
||||||
gitlab-nginx:
|
|
||||||
external: true
|
|
@ -8,7 +8,7 @@ http {
|
|||||||
server_name gitlab.sprinthub.ru;
|
server_name gitlab.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://gitlab:80/;
|
proxy_pass http://dev.sprinthub.ru:1234/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user