docker update

This commit is contained in:
2026-07-26 14:29:23 -05:00
parent 4511d3a0a3
commit 8d17c83f35
5 changed files with 19 additions and 18 deletions
+3 -5
View File
@@ -2,6 +2,7 @@ name: tapm-gitea
services:
gitea:
container_name: tapm-gitea
image: docker.gitea.com/gitea:1.26.4-rootless
restart: unless-stopped
env_file:
@@ -10,7 +11,7 @@ services:
networks:
- edge
ports:
- "${GITEA_SSH_PORT:-2222}:2222"
- "${GITEA_HTTP_PORT:-3000}:3000"
volumes:
- ../../config/gitea/data:/var/lib/gitea
- ../../config/gitea/config:/etc/gitea
@@ -19,10 +20,7 @@ services:
GITEA__database__PATH: /var/lib/gitea/data/gitea.db
GITEA__server__DOMAIN: ${GITEA_DOMAIN}
GITEA__server__ROOT_URL: https://${GITEA_DOMAIN}/
GITEA__server__SSH_DOMAIN: ${GITEA_DOMAIN}
GITEA__server__SSH_PORT: ${GITEA_SSH_PORT:-2222}
GITEA__server__START_SSH_SERVER: "true"
GITEA__server__SSH_LISTEN_PORT: "2222"
GITEA__server__DISABLE_SSH: "true"
GITEA__service__DISABLE_REGISTRATION: "true"
GITEA__security__INSTALL_LOCK: "true"
security_opt: