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

17 lines
355 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
2024-01-25 23:20:28 +00:00
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
2023-05-07 12:13:30 +00:00
networks:
- marketplace_penahub_frontend
labels:
com.pena.domains: shub.pena.digital
2023-05-07 12:13:30 +00:00
hostname: hub
tty: true
networks:
marketplace_penahub_frontend:
external: true