Consistent formatting.

This commit is contained in:
2025-03-03 14:37:24 +01:00
parent dece5345ec
commit dfe6ad409e
15 changed files with 49 additions and 117 deletions

View File

@@ -1,4 +1,9 @@
version: "3.9"
networks:
proxy:
external: true
gitea:
name: gitea
external: false
volumes:
gitea:
@@ -8,13 +13,6 @@ volumes:
gitea-runner:
name: gitea-runner
networks:
proxy:
external: true
gitea:
name: gitea
external: false
services:
gitea:
image: gitea/gitea
@@ -73,7 +71,7 @@ services:
POSTGRES_USER: ${DB_USER}
POSTGRES_DB: ${DB_NAME}
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $DB_USER"]
test: [ "CMD-SHELL", "pg_isready -U $DB_USER" ]
runner:
image: gitea/act_runner