You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/setup_hosted_services/templates/nginx-proxy-manager.j2

18 lines
330 B
Django/Jinja

---
version: "3"
services:
nginx-proxy-manager:
labels:
ie.cianhatton.backup.enabled: "true"
image: jlesage/nginx-proxy-manager
container_name: nginx-proxy-manager
restart: unless-stopped
ports:
- 8181:8181
- 80:8080
- 443:4443
volumes:
- "data:/config:rw"
volumes:
data: