common-infra-nginx

This commit is contained in:
Administrator 2022-10-19 16:52:19 +03:00
parent 2611e06daa
commit 6025ab7d13
3 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,7 @@ services:
networks:
- net
- sprint-nginx
- common-infra-nginx
deploy:
mode: replicated
restart_policy:
@ -197,3 +198,5 @@ networks:
driver: overlay
sprint-nginx:
external: true
common-infra-nginx:
external: true

View File

@ -8,6 +8,7 @@ services:
networks:
- net
- sprint-nginx
- common-infra-nginx
deploy:
mode: replicated
restart_policy:
@ -204,3 +205,5 @@ networks:
driver: overlay
sprint-nginx:
external: true
common-infra-nginx:
external: true

View File

@ -19,7 +19,6 @@ build:
.deploy:
before_script:
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
- docker network create -d overlay --attachable sprint-nginx || true
deploy-dev:
extends: