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

12 lines
277 B
YAML
Raw Normal View History

2024-01-15 16:36:36 +00:00
services:
router:
2025-03-11 22:29:01 +00:00
image: gitea.pena/penaside/nginx-proxy/main:$GITHUB_RUN_NUMBER
2024-01-15 16:36:36 +00:00
ports:
2025-03-11 22:29:01 +00:00
- 92.38.153.141:80:80
- 92.38.153.141: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