This commit is contained in:
Administrator 2022-09-04 13:54:48 +03:00
parent 7bee6168da
commit 43228b8cc4
2 changed files with 8 additions and 7 deletions

View File

@ -10,6 +10,7 @@ services:
networks: networks:
- default - default
- gitlab-nginx - gitlab-nginx
hostname: 'gitlab.sprinthub.ru'
shm_size: '256m' shm_size: '256m'
deploy: deploy:
placement: placement:

View File

@ -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://gitlab.sprinthub.ru:80/;
} }
} }