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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user