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:05:56 +06:00
parent e62ca259d7
commit 869240cb9b

View File

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