added gitea

This commit is contained in:
venus
2026-03-31 01:46:07 -05:00
parent fdb67c724f
commit 9e93196f17
4 changed files with 55 additions and 12 deletions

17
whoami.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
whoami:
image: traefik/whoami
container_name: whoami
restart: unless-stopped
labels:
- "traefik.enable=true"
- "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=myresolver"
networks:
- proxy
networks:
proxy:
external: true