Started using Docker's Extend feature. Nginx Proxy Manager and Stash App Updated

This commit is contained in:
2024-07-18 09:42:31 -07:00
parent 20790f6f3f
commit 908db09cbb
7 changed files with 235 additions and 120 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.8'
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:
- "./data/proxy:/data"
- "./data/proxy-letsencrypt:/etc/letsencrypt"
networks:
- proxy