mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
updated files and cleaned out extends
This commit is contained in:
@@ -17,3 +17,4 @@ services:
|
||||
- ${VOL_PATH:-./data}/gitea:/data
|
||||
ports:
|
||||
- "${GITEA_PORT}:22"
|
||||
- "${GITEA_WEB_PORT}:3000"
|
||||
|
||||
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user