Removed Traefik Dependancy from each container

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

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