chore: fixed traefik label; added whoami service
This commit is contained in:
parent
ef2e9c1371
commit
1fd1f49125
23
compose.yml
23
compose.yml
@ -1,9 +1,14 @@
|
||||
# version: "3"
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:3000"
|
||||
labels:
|
||||
- traefik.http.routers.web.rule=Host(`ward.truyen.network`)
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "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`)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user