feat: Adds restart policy to compose file.

This commit is contained in:
2025-04-06 11:31:54 -04:00
parent fbf5742ee0
commit 58096361f0

View File

@@ -2,6 +2,7 @@ services:
runner: runner:
image: docker.io/gitea/act_runner:nightly image: docker.io/gitea/act_runner:nightly
container_name: gitea-action-runner container_name: gitea-action-runner
restart: unless-stopped
env_file: env_file:
- .env - .env
environment: environment: