testing
This commit is contained in:
14
whoami.yml
14
whoami.yml
@@ -1,7 +1,8 @@
|
||||
# whoami.yml works as a nice tester to check if the network is exposed
|
||||
services:
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
container_name: whoami
|
||||
container_name: whoami-public
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
@@ -10,6 +11,17 @@ services:
|
||||
- "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
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
|
||||
Reference in New Issue
Block a user