Actually truly really NOW actually for real really truly now actually for real genuinely really fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 15:19:25 +01:00
parent d15b6a176b
commit fca17a3dd7
10 changed files with 23 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ services:
gitea:
container_name: gitea
image: gitea/gitea:1.23.1-rootless
profiles: [autoupdate]
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
@@ -15,6 +16,7 @@ services:
- "2222:2222"
gitea-runner:
image: gitea/act_runner:0.2.11
profiles: [autoupdate]
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${GITEA_INSTANCE_URL}"