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

14 lines
280 B
YAML
Raw Normal View History

2023-05-07 12:13:30 +00:00
services:
hub:
container_name: hub
restart: unless-stopped
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks:
- marketplace_penahub_frontend
hostname: hub
tty: true
networks:
marketplace_penahub_frontend:
external: true