1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2025-02-09 02:08:34 +06:00
parent 869240cb9b
commit 5333771c8c

View File

@@ -12,7 +12,7 @@ build-backend:
image: docker:20.10.16
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://localhost:2375
DOCKER_HOST: tcp://docker:2375
services:
- name: docker:20.10.16-dind
alias: docker
@@ -30,14 +30,13 @@ build-backend:
expire_in: 1 hour
only:
- main
network_mode: host
build-frontend:
stage: build
image: docker:20.10.16
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://localhost:2375
DOCKER_HOST: tcp://docker:2375
services:
- name: docker:20.10.16-dind
alias: docker
@@ -54,7 +53,6 @@ build-frontend:
expire_in: 1 hour
only:
- main
network_mode: host
deploy:
stage: deploy