Removed Traefik Dependancy from each container

This commit is contained in:
Luke Else 2022-11-16 14:29:19 +00:00
parent 5bfb645b73
commit 88b4133cf7
5 changed files with 0 additions and 11 deletions

View File

@ -10,8 +10,6 @@ services:
- ./bitwarden/:/data/
networks:
- bitwarden
depends_on:
- traefik
labels:
## Expose Bitwarden Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container

View File

@ -12,8 +12,6 @@ services:
- backend
ports:
- "27017:27017"
depends_on:
- traefik
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: rootpassword

View File

@ -14,8 +14,6 @@ services:
- development
ports:
- "222:22"
depends_on:
- traefik
environment:
- APP_NAME="gitea"
- USER_UID=1000

View File

@ -13,7 +13,6 @@ services:
- services
- nextcloud
depends_on:
- traefik
- db
environment:
- MYSQL_USER=nextcloud

View File

@ -8,8 +8,6 @@ services:
container_name: luke-else.co.uk
volumes:
- ./luke-else.co.uk/:/var/www/html
depends_on:
- traefik
labels:
## Expose luke-else Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container
@ -27,8 +25,6 @@ services:
container_name: snexo.co.uk
volumes:
- ./snexo.co.uk/:/var/www/html
depends_on:
- traefik
labels:
## Expose Snexo Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container