chore: fixed traefik label; added whoami service

This commit is contained in:
Ward Truyen 2024-07-23 18:11:56 +02:00
parent ef2e9c1371
commit 1fd1f49125

View File

@ -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`)"