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/ - ./bitwarden/:/data/
networks: networks:
- bitwarden - bitwarden
depends_on:
- traefik
labels: labels:
## Expose Bitwarden Through Trefik ## ## Expose Bitwarden Through Trefik ##
- "traefik.enable=true" # <== Enable traefik to proxy this container - "traefik.enable=true" # <== Enable traefik to proxy this container

View File

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

View File

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

View File

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

View File

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