proxmox connected and compose wg works, modified whoami for a private
access path
This commit is contained in:
18
whoami.yml
18
whoami.yml
@@ -9,20 +9,12 @@ services:
|
||||
- "traefik.http.routers.whoami.rule=Host(`whoami.riverrooks.dev`) || Host(`whoami.riverrooks.art`)"
|
||||
- "traefik.http.routers.whoami.entrypoints=websecure"
|
||||
- "traefik.http.routers.whoami.tls.certresolver=basic"
|
||||
networks:
|
||||
- traefik
|
||||
whoami-defenk:
|
||||
image: traefik/whoami
|
||||
container_name: whoami-vpn
|
||||
restart: unless-stopped
|
||||
# labels:
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.http.routers.whoami.rule=Host(`10.8.0.1`)"
|
||||
# - "traefik.http.routers.whoami.entrypoints=websecure"
|
||||
# # - "traefik.http.routers.whoami.tls.certresolver=basic"
|
||||
networks:
|
||||
- traefik
|
||||
|
||||
- "traefik.http.routers.whoami-private.rule=Host(`whoami.dfnk`)"
|
||||
- "traefik.http.routers.whoami-private.entrypoints=websecure"
|
||||
- "traefik.http.routers.whoami-private.tls=true"
|
||||
networks:
|
||||
- traefik
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user