frontPanel/deployments/main/docker-compose.yaml

9 lines
191 B
YAML
Raw Normal View History

2024-07-15 08:25:49 +00:00
version: "3"
2024-01-30 14:09:56 +00:00
services:
squiz:
container_name: squiz
restart: unless-stopped
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
hostname: squiz
tty: true