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

10 lines
179 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-08-13 09:36:51 +00:00
image: gitea.pena/penaside/front-hub/main:latest
2024-01-29 23:14:52 +00:00
tty: true
2025-08-12 22:56:14 +00:00
pull_policy: always
2024-01-29 23:14:52 +00:00