image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" DOCKER_HOST: tcp://gitlab.fithwum.tech/ DOCKER_TLS_CERTDIR: "/certs" services: - name: docker:19-dind command: ["--tls=false"] include: - "/alpine/pipeline.yml"