diff --git a/docker-compose.yaml b/docker-compose.yaml index e9cb93b..e3e2297 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,6 +27,14 @@ services: - "traefik.enable=true" - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)" - "traefik.http.routers.whoami.entrypoints=web" - + test: + image: ghcr.io/kljensen/hello-world-http:latest + restart: unless-stopped + networks: + - proxy + labels: + - "traefik.enable=true" + - "traefik.http.routers.test.rule=Host(`test.docker.localhost`)" + - "traefik.http.routers.test.entrypoints=web" networks: proxy: