This commit is contained in:
David Schroeder
2026-07-26 15:11:04 -05:00
parent 890608049d
commit e2b0396283
2 changed files with 5 additions and 4 deletions
+2 -3
View File
@@ -31,9 +31,6 @@ services:
gitea:
container_name: tapm-gitea
image: docker.gitea.com/gitea:1.26.4-rootless
env_file:
- path: .env
required: false
restart: unless-stopped
networks:
- edge
@@ -45,6 +42,8 @@ services:
GITEA__database__PATH: /var/lib/gitea/data/gitea.db
GITEA__server__DOMAIN: ${GITEA_DOMAIN}
GITEA__server__ROOT_URL: https://${GITEA_DOMAIN}/
GITEA__server__HTTP_ADDR: 0.0.0.0
GITEA__server__HTTP_PORT: "3000"
GITEA__server__DISABLE_SSH: "true"
GITEA__service__DISABLE_REGISTRATION: "true"
GITEA__security__INSTALL_LOCK: "true"