Removed depends on tag for all containers outside of Traefik's compose file
This commit is contained in:
parent
3399b5abfd
commit
3911ce9e69
@ -10,8 +10,6 @@ services:
|
||||
- ./bitwarden/:/data/
|
||||
networks:
|
||||
- proxy
|
||||
depends_on:
|
||||
- traefik
|
||||
labels:
|
||||
## Expose Bitwarden Through Trefik ##
|
||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||
|
@ -35,7 +35,6 @@ services:
|
||||
- proxy
|
||||
depends_on:
|
||||
- mysql
|
||||
- traefik
|
||||
environment:
|
||||
PMA_HOST: mysql
|
||||
labels:
|
||||
|
@ -11,8 +11,6 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- proxy
|
||||
depends_on:
|
||||
- traefik
|
||||
ports:
|
||||
- "222:22"
|
||||
environment:
|
||||
|
@ -10,8 +10,6 @@ services:
|
||||
- ./luke-else.co.uk/:/usr/share/nginx/html
|
||||
networks:
|
||||
- proxy
|
||||
depends_on:
|
||||
- traefik
|
||||
labels:
|
||||
## Expose luke-else Through Trefik ##
|
||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||
|
Loading…
Reference in New Issue
Block a user