This commit is contained in:
2023-11-06 06:11:05 -08:00
parent 43d1322cb2
commit 29e6ce25f7
2 changed files with 8 additions and 6 deletions

View File

@@ -3,12 +3,13 @@ image: docker:stable
variables:
GIT_SSL_NO_VERIFY: "1"
IMAGE_NAME: "foundry_vtt:alpine"
DOCKER_HOST: tcp://gitlab.fithwum.tech/
DOCKER_TLS_CERTDIR: ''
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
FF_NETWORK_PER_BUILD: "true"
services:
- name: docker:19-dind
- name: docker:dind
command: ["--tls=false"]
build image: