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

12 lines
273 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:
- 10.6.0.28:80:80
- 10.6.0.28:443:443
2024-01-15 16:36:36 +00:00
restart: always
2024-01-23 21:45:02 +00:00
volumes:
2024-01-24 17:35:41 +00:00
- ./nginx/certs/:/etc/nginx/certs/:ro
2024-01-24 00:39:51 +00:00
- ./certbot/www:/var/www/certbot/:ro
2024-01-23 21:45:02 +00:00