Adjust gitea repo and versions, to allow migration off latest
Some checks failed
Deploy homelab / Deploy (push) Failing after 3s
Some checks failed
Deploy homelab / Deploy (push) Failing after 3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user