diff --git a/Overhead/easy-gate/docker-compose.yml b/Apps/easy-gate/docker-compose.yml similarity index 80% rename from Overhead/easy-gate/docker-compose.yml rename to Apps/easy-gate/docker-compose.yml index 7e8517b..b0a4880 100644 --- a/Overhead/easy-gate/docker-compose.yml +++ b/Apps/easy-gate/docker-compose.yml @@ -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 diff --git a/Overhead/easy-gate/easy-gate.json b/Apps/easy-gate/easy-gate.json similarity index 100% rename from Overhead/easy-gate/easy-gate.json rename to Apps/easy-gate/easy-gate.json diff --git a/Overhead/nginx-proxy-manager/docker-compose.yml b/Overhead/nginx-proxy-manager/docker-compose.yml index 1a83e02..3e07bdf 100644 --- a/Overhead/nginx-proxy-manager/docker-compose.yml +++ b/Overhead/nginx-proxy-manager/docker-compose.yml @@ -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 diff --git a/Overhead/portainer/docker-compose.yml b/Overhead/portainer/docker-compose.yml index ca207c3..c118f2c 100644 --- a/Overhead/portainer/docker-compose.yml +++ b/Overhead/portainer/docker-compose.yml @@ -12,4 +12,4 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro - /docker/storage/overhead/portainer:/data ports: - - 1002:9000 \ No newline at end of file + - 1001:9000 \ No newline at end of file diff --git a/Overhead/swag/docker-compose.yml b/Overhead/swag/docker-compose.yml deleted file mode 100644 index afa9554..0000000 --- a/Overhead/swag/docker-compose.yml +++ /dev/null @@ -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 \ No newline at end of file