updated files and cleaned out extends

This commit is contained in:
2025-03-01 01:38:07 -08:00
parent 7939cbc04d
commit edb7658b92
13 changed files with 48 additions and 63 deletions
+1
View File
@@ -17,3 +17,4 @@ services:
- ${VOL_PATH:-./data}/gitea:/data
ports:
- "${GITEA_PORT}:22"
- "${GITEA_WEB_PORT}:3000"
-12
View File
@@ -1,12 +0,0 @@
version: '3.4'
services:
gitea:
extends:
file: ${COOKBOOK}/gitea/docker-compose.yml
service: gitea
gitea-mariadb:
extends:
file: ${COOKBOOK}/mariadb/docker-compose.yml
service: mariadb
+2 -1
View File
@@ -4,5 +4,6 @@ VOL_PATH=./data #HELP: volpath
# Gitea
GITEA_IMAGE=gitea/gitea:latest
GITEA_DB_HOST=gitea-db:3306
GITEA_PORT=22
GITEA_SSH_PORT=22
GITEA_WEB_PORT=3000
GITEA_SSH_DOMAIN=example.com