fix: add gitea.ginnoir.com edge alias so Portainer go-git resolves internally
This commit is contained in:
@@ -96,8 +96,10 @@ services:
|
||||
image: gitea/gitea:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- gitea_internal
|
||||
- edge
|
||||
gitea_internal: {}
|
||||
edge:
|
||||
aliases:
|
||||
- gitea.ginnoir.com
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
@@ -137,6 +139,7 @@ services:
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
|
||||
- GITEA_RUNNER_NAME=valhalla-management-runner
|
||||
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:24-bookworm,node-24:docker://node:24-bookworm
|
||||
- CONFIG_FILE=/data/config.yaml
|
||||
volumes:
|
||||
- /config/gitea/act_runner:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user