refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
@@ -0,0 +1,21 @@
services:
proxy:
image: ${PROXY_IMAGE:-jc21/nginx-proxy-manager:latest}
restart: unless-stopped
environment:
X_FRAME_OPTIONS: "sameorigin"
DB_SQLITE_FILE: "/data/database.sqlite"
ports:
- "80:80"
- "81:81"
- "443:443"
volumes:
- "${VOL_PATH:-./data}/proxy/data:/data"
- "${VOL_PATH:-./data}/proxy/letsencrypt:/etc/letsencrypt"
networks:
- proxy
networks:
proxy:
name: proxy
driver: bridge