proper bits and bobs
This commit is contained in:
parent
5df88e368e
commit
923680a8e7
@ -3,7 +3,7 @@ services:
|
|||||||
easy-gate:
|
easy-gate:
|
||||||
container_name: easy-gate
|
container_name: easy-gate
|
||||||
ports:
|
ports:
|
||||||
- '1001:8080'
|
- '1002:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
|
- '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
@ -5,7 +5,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '81:81'
|
- '1000:81'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/storage/infra/nginx-proxy-manager/data:/data
|
- /docker/storage/infra/nginx-proxy-manager/data:/data
|
||||||
|
@ -12,4 +12,4 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- /docker/storage/overhead/portainer:/data
|
- /docker/storage/overhead/portainer:/data
|
||||||
ports:
|
ports:
|
||||||
- 1002:9000
|
- 1001:9000
|
@ -1,29 +0,0 @@
|
|||||||
---
|
|
||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
swag:
|
|
||||||
image: lscr.io/linuxserver/swag
|
|
||||||
container_name: swag
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=America/Chicago
|
|
||||||
- URL=knownelement.com
|
|
||||||
- VALIDATION=http
|
|
||||||
- SUBDOMAINS=archivebox,authportal,bastillion,billing,build-artifacts,butler-hugin,ci-drone,ci-jenkins,inventree,ipam,labnotebook,paperless,photos,review,wboproxy,erp
|
|
||||||
- CERTPROVIDER= #optional
|
|
||||||
- DNSPLUGIN=cloudflare #optional
|
|
||||||
- PROPAGATION= #optional
|
|
||||||
- DUCKDNSTOKEN= #optional
|
|
||||||
- EMAIL=prodtechopsalerts@turnsys.com #optional
|
|
||||||
- ONLY_SUBDOMAINS=false #optional
|
|
||||||
- EXTRA_DOMAINS=turnsys.com
|
|
||||||
- STAGING=false #optional
|
|
||||||
volumes:
|
|
||||||
- /docker/storage/infra/swag/config:/config
|
|
||||||
ports:
|
|
||||||
- 443:443
|
|
||||||
- 80:80 #optional
|
|
||||||
restart: unless-stopped
|
|
Loading…
Reference in New Issue
Block a user