cleanup and improvements

This commit is contained in:
Florian Zirker 2024-02-09 13:51:46 +01:00
parent 03ea7a3d95
commit d469ef3f68
4 changed files with 14 additions and 15 deletions

View file

@ -38,17 +38,17 @@ services:
privileged: true
whoami:
image: containous/whoami
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.${HOSTNAME}`)"
- "traefik.http.routers.whoami.entrypoints=web"
- "traefik.http.services.whoami.loadbalancer.server.port=80"
- "docker.group=proxy"
restart: unless-stopped
# whoami:
# image: containous/whoami
# networks:
# - web
# labels:
# - "traefik.enable=true"
# - "traefik.http.routers.whoami.rule=Host(`whoami.${HOSTNAME}`)"
# - "traefik.http.routers.whoami.entrypoints=web"
# - "traefik.http.services.whoami.loadbalancer.server.port=80"
# - "docker.group=proxy"
# restart: unless-stopped
networks: