Adjust gitea repo and versions, to allow migration off latest
Some checks failed
Deploy homelab / Deploy (push) Failing after 3s

This commit is contained in:
2025-09-06 03:58:06 -05:00
parent 8c75d0fcda
commit f5b78e31b6

View File

@@ -107,7 +107,7 @@ services:
volumes:
- "/opt/minecraft:/data"
gitea:
image: gitea/gitea:nightly
image: docker.gitea.com/gitea:1.25-nightly
environment:
- USER_UID=1000
- USER_GID=1000
@@ -121,7 +121,7 @@ services:
ports:
- "222:22"
gitea-runner:
image: docker.io/gitea/act_runner:nightly
image: docker.gitea.com/act_runner:latest
restart: unless-stopped
networks:
- gitea