frontPanel/deployments/staging/docker-compose.yaml

9 lines
185 B
YAML
Raw Normal View History

2023-07-01 15:45:44 +00:00
services:
squiz:
container_name: squiz
restart: unless-stopped
2025-08-06 22:28:49 +00:00
image: gitea.pena/squiz/frontpanel/staging:latest
2023-07-01 15:45:44 +00:00
hostname: squiz
tty: true
2025-08-07 13:44:22 +00:00
pull_policy: always