mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
proxy should be on it's own
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user