chore: added traefik.enable=true label
This commit is contained in:
parent
1fd1f49125
commit
e2928b6c8b
14
compose.yml
14
compose.yml
@ -1,5 +1,5 @@
|
||||
version: '3'
|
||||
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
@ -7,8 +7,10 @@ services:
|
||||
- "8000:3000"
|
||||
labels:
|
||||
- "traefik.http.routers.web.rule=Host(`ward.truyen.network`)"
|
||||
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
labels:
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
|
||||
- "traefik.enable=true"
|
||||
|
||||
# whoami:
|
||||
# image: traefik/whoami
|
||||
# labels:
|
||||
# - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
|
||||
# - "traefik.enable=true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user