mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
Started using Docker's Extend feature. Nginx Proxy Manager and Stash App Updated
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user