mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
proxy manager updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
image: ${PROXY_IMAGE:-jc21/nginx-proxy-manager:latest}
|
image: ${PROXY_IMAGE}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
X_FRAME_OPTIONS: "sameorigin"
|
X_FRAME_OPTIONS: "sameorigin"
|
||||||
@@ -10,8 +10,8 @@ services:
|
|||||||
- "81:81"
|
- "81:81"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "${VOL_PATH:-./data}/proxy/data:/data"
|
- "${VOL_PATH}/proxy/data:/data"
|
||||||
- "${VOL_PATH:-./data}/proxy/letsencrypt:/etc/letsencrypt"
|
- "${VOL_PATH}/proxy/letsencrypt:/etc/letsencrypt"
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# Nginx Proxy Manager
|
||||||
|
VOL_PATH=/data
|
||||||
|
PROXY_IMAGE=jc21/nginx-proxy-manager:2.15.0
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
# Nginx Proxy Manager
|
|
||||||
VOL_PATH=/docker/vol/portainer-data #HELP: volpath
|
|
||||||
COOKBOOK=/home/user/git/docker-compose-cookbooks #HELP: cookbooks
|
|
||||||
PROXY_IMAGE=jc21/nginx-proxy-manager:2.11.3
|
|
||||||
Reference in New Issue
Block a user