frontPanel/deployments/main/docker-compose.yaml

9 lines
183 B
YAML
Raw Normal View History

2024-01-30 14:09:56 +00:00
services:
squiz:
container_name: squiz
restart: unless-stopped
2025-08-12 22:47:03 +00:00
image: gitea.pena/squiz/frontpanel/main:$latest
2024-01-30 14:09:56 +00:00
hostname: squiz
tty: true
2025-08-12 22:47:03 +00:00
pull_policy: always