proxy manager updated

This commit is contained in:
2026-06-02 19:32:48 -07:00
parent 696daa8ba4
commit 5542a1c974
4 changed files with 6 additions and 7 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
proxy:
image: ${PROXY_IMAGE}
restart: unless-stopped
environment:
X_FRAME_OPTIONS: "sameorigin"
DB_SQLITE_FILE: "/data/database.sqlite"
ports:
- "80:80"
- "81:81"
- "443:443"
volumes:
- "${VOL_PATH}/proxy/data:/data"
- "${VOL_PATH}/proxy/letsencrypt:/etc/letsencrypt"
networks:
- proxy
networks:
proxy:
name: proxy
driver: bridge