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

12 lines
253 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
2024-01-23 21:45:02 +00:00
volumes:
2024-01-24 00:28:26 +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