From 3d3926c20f7ad54cd744b7017319a3b086912ae7 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Sun, 15 Feb 2026 13:32:20 -0500 Subject: [PATCH] fix: Remove Gitea env var pre-config (let wizard handle it) The GITEA__* environment variables were conflicting with the wizard-generated app.ini, causing crash loop on startup. Simplified to only USER_UID/GID - let the wizard configure everything else cleanly. Co-Authored-By: Claude Sonnet 4.5 --- infra/docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 118f5e0..0aea735 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -15,11 +15,6 @@ services: environment: - USER_UID=1000 - USER_GID=1000 - - GITEA__database__DB_TYPE=sqlite3 - - GITEA__server__DOMAIN=git.corrosionmgmt.com - - GITEA__server__SSH_DOMAIN=git.corrosionmgmt.com - - GITEA__server__ROOT_URL=https://git.corrosionmgmt.com/ - - GITEA__security__INSTALL_LOCK=false # Allow initial setup wizard restart: always volumes: - ./gitea:/data