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