adminFront/deployments/staging/docker-compose.yaml

12 lines
251 B
YAML
Raw Normal View History

2023-02-21 19:55:00 +00:00
services:
admin:
container_name: admin_front
restart: unless-stopped
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks:
- penahub_frontend
hostname: hub
networks:
penahub_frontend:
external: true