frontPanel/deployments/staging/docker-compose.yaml
skeris 9ea1a5042b
Some checks failed
Deploy / DeployService (push) Failing after 29s
Deploy / CreateImage (push) Failing after 12m41s
--
2025-02-02 01:36:06 +03:00

16 lines
358 B
YAML

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