mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
# Gitea
|
||||
|
||||
Dockerhub: https://hub.docker.com/r/gitea/gitea
|
||||
Docker Compose: https://docs.gitea.com/installation/install-with-docker-rootless/docker-compose.yml
|
||||
|
||||
Reverse Proxy Port: 3000
|
||||
@@ -1,20 +0,0 @@
|
||||
services:
|
||||
|
||||
gitea:
|
||||
image: ${GITEA_IMAGE:-gitea/gitea:latest}
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- DB_TYPE=mysql
|
||||
- DB_HOST=${GITEA_DB_HOST:-gitea-mariadb:3306}
|
||||
- DB_NAME=gitea
|
||||
- DB_USER=gitea
|
||||
- SSH_DOMAIN=${GITEA_SSH_DOMAIN:-example.com}
|
||||
- ENABLE_SWAGGER="true"
|
||||
- MAX_RESPONSE_ITEMS="15"
|
||||
restart: always
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/gitea:/data
|
||||
ports:
|
||||
- "${GITEA_PORT}:22"
|
||||
- "${GITEA_WEB_PORT}:3000"
|
||||
@@ -1,9 +0,0 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data #HELP: volpath
|
||||
|
||||
# Gitea
|
||||
GITEA_IMAGE=gitea/gitea:latest
|
||||
GITEA_DB_HOST=gitea-db:3306
|
||||
GITEA_SSH_PORT=22
|
||||
GITEA_WEB_PORT=3000
|
||||
GITEA_SSH_DOMAIN=example.com
|
||||
Reference in New Issue
Block a user