nginx-proxy/deployments/staging/docker-compose.yaml

19 lines
411 B
YAML
Raw Normal View History

2024-05-29 23:48:16 +00:00
version: "3"
2023-05-07 11:03:39 +00:00
services:
router:
container_name: router
hostname: router
tty: true
restart: unless-stopped
2024-01-15 13:47:43 +00:00
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
2023-05-07 11:03:39 +00:00
networks:
- marketplace_penahub_frontend
- default
ports:
2024-01-21 17:42:49 +00:00
- 10.6.0.8:80:80
- 10.6.0.8:443:443
2024-06-16 19:16:42 +00:00
- 10.8.0.7:9123:9123
2023-05-07 11:10:38 +00:00
networks:
marketplace_penahub_frontend:
external: true