front-hub/deployments/staging/docker-compose.yaml
skeris 9aad5c0ac3
All checks were successful
Deploy / CreateImage (push) Successful in 6m21s
Deploy / DeployService (push) Successful in 23s
det new container image in deploymenst compose
2025-02-01 17:14:45 +03:00

12 lines
242 B
YAML

version: "3"
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
hostname: hub
tty: true