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

9 lines
167 B
YAML
Raw Normal View History

2024-01-29 23:14:52 +00:00
services:
hub:
container_name: hub
restart: unless-stopped
hostname: hub
2025-03-02 22:06:18 +00:00
image: gitea.pena/penaside/front-hub/main:$GITHUB_RUN_NUMBER
2024-01-29 23:14:52 +00:00
tty: true