proper bits and bobs

This commit is contained in:
Charles N Wyble - admin 2022-05-15 17:32:29 -05:00
parent 5df88e368e
commit 923680a8e7
5 changed files with 3 additions and 32 deletions

View File

@ -3,7 +3,7 @@ services:
easy-gate:
container_name: easy-gate
ports:
- '1001:8080'
- '1002:8080'
volumes:
- '/docker/ConHost/Overhead/easy-gate/easy-gate.json:/etc/easy-gate/easy-gate.json'
restart: unless-stopped

View File

@ -5,7 +5,7 @@ services:
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '1000:81'
- '443:443'
volumes:
- /docker/storage/infra/nginx-proxy-manager/data:/data

View File

@ -12,4 +12,4 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /docker/storage/overhead/portainer:/data
ports:
- 1002:9000
- 1001:9000

View File

@ -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