front-hub/deployments/staging/docker-compose.yaml

12 lines
242 B
YAML
Raw Normal View History

2024-05-31 19:03:47 +00:00
version: "3"
2023-05-07 12:13:30 +00:00
services:
hub:
container_name: hub
restart: unless-stopped
image: gitea.pena:3000/penaside/front-hub/staging:$GITHUB_RUN_NUMBER
labels:
com.pena.domains: shub.pena.digital
2023-05-07 12:13:30 +00:00
hostname: hub
tty: true