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

View File

@@ -13,12 +13,9 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./letsencrypt:/letsencrypt"
- "./traefik.yml:/etc/traefik/traefik.yml:ro"
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