first deploy

works locally, production test in progress
This commit is contained in:
2021-10-21 10:03:16 +02:00
parent daae92400d
commit 3e6e06779a
4 changed files with 184 additions and 0 deletions

11
env.example Normal file
View File

@@ -0,0 +1,11 @@
GITEA_VERSION=gitea/gitea:latest
MYSQL_DATABASE=gitea
MYSQL_PASSWORD=
MYSQL_USER=gitea
MYSQL_VERSION=mariadb:10.6.3
SERVICE_NAME=git.bjphoster.com
TRAEFIK_HOST=git.bjphoster.com
TRAEFIK_ROUTER=git_bjphoster_com
TRAEFIK_SERVICE=gitbjphostercom
USER_GID=1000
USER_UID=1000