feat: update gitea & gitea config

This commit is contained in:
Sun-ZhenXing
2026-07-22 15:44:52 +08:00
parent 3432c9da65
commit 87a58d8d04
15 changed files with 1162 additions and 928 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ services:
- archon_postgres_data:/var/lib/postgresql/data
- ./migrations/000_combined.sql:/docker-entrypoint-initdb.d/000_combined.sql:ro
healthcheck:
test: [CMD-SHELL, 'pg_isready -U postgres -d remote_coding_agent']
test: [CMD-SHELL, pg_isready -U postgres -d remote_coding_agent]
interval: 10s
timeout: 5s
retries: 5