frontPanel/deployments/staging/docker-compose.yaml
skeris 52049dd901
Some checks failed
Deploy / DeployService (push) Failing after 30s
--
2025-02-02 22:37:58 +03:00

16 lines
338 B
YAML

version: "3"
services:
squiz:
container_name: squiz
restart: unless-stopped
image: gitea.pena/squiz/frontpanel/staging:324
networks:
- marketplace_penahub_frontend
labels:
com.pena.domains: squiz.pena.digital
hostname: squiz
tty: true
networks:
marketplace_penahub_frontend:
external: true