remove autoupdate profile

This commit is contained in:
Peter Smit
2025-01-17 15:23:18 +01:00
parent 3a47732d80
commit 52e6741c8b
8 changed files with 1 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ services:
gitea:
container_name: gitea
image: gitea/gitea:1.23.1-rootless
profiles: [autoupdate]
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
@@ -16,7 +15,6 @@ 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}"