Early work on prod container
This commit is contained in:
parent
17fa857609
commit
91f54424ed
8 changed files with 132 additions and 9 deletions
12
.env.example
12
.env.example
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue