add gitea registery
All checks were successful
Update Compose File / build (push) Successful in 13s

This commit is contained in:
2025-12-19 14:05:38 -08:00
parent 01856b7371
commit dbbe307f27

View File

@@ -314,6 +314,8 @@ services:
whatsupdocker: whatsupdocker:
image: ghcr.io/getwud/wud image: ghcr.io/getwud/wud
container_name: wud container_name: wud
environment:
WUD_REGISTRY_GITEA_CRAISIN_URL: "https://gitea.${DOMAIN}"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
restart: always restart: always