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

8 lines
152 B
YAML
Raw Normal View History

2024-01-15 16:36:36 +00:00
services:
router:
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
ports:
- 80:80
- 443:443
restart: always