3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

Early work on prod container

This commit is contained in:
Dragory 2022-07-16 22:16:34 +03:00
parent 17fa857609
commit 91f54424ed
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
8 changed files with 132 additions and 9 deletions

View file

@ -38,12 +38,16 @@ DOCKER_DEV_SSH_PASSWORD=password
#DOCKER_DEV_UID=1000
#
# PRODUCTION
# DOCKER (PRODUCTION)
#
# In production, the newest code is pulled from a repository
# Specify that repository URL here
#PRODUCTION_REPOSITORY=https://github.com/ZeppelinBot/Zeppelin.git
DOCKER_PROD_DOMAIN=
DOCKER_PROD_WEB_PORT=443
DOCKER_PROD_MYSQL_PORT=3001
# Password for the Zeppelin database user
DOCKER_PROD_MYSQL_PASSWORD=
# Password for the MySQL root user
DOCKER_PROD_MYSQL_ROOT_PASSWORD=
# You only need to set these if you're running an external database.
# In a standard setup, the database is run in a docker container.