feat: fix formatting in Gitea docker-compose template
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 48s
Nix Format Check / check-format (push) Successful in 59s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-14 17:56:51 +01:00
parent aae089fd96
commit 10c9a0d65a
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,4 +1,4 @@
services:
services:
gitea:
image: gitea/gitea:latest
restart: always
@ -29,7 +29,7 @@ services:
- {{gitea_data_dir}}/postgres:/var/lib/postgresql/data
networks:
- gitea
act_runner:
image: gitea/act_runner:latest
volumes: