docs: documentation updates
This commit is contained in:
parent
c01a4027bd
commit
7d47f36d99
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,8 @@ CLIENT_ID=
|
||||||
CLIENT_SECRET=
|
CLIENT_SECRET=
|
||||||
BOT_TOKEN=
|
BOT_TOKEN=
|
||||||
|
|
||||||
|
# The defaults here automatically work for the development environment.
|
||||||
|
# For production, change localhost:3300 to your domain.
|
||||||
DASHBOARD_URL=https://localhost:3300
|
DASHBOARD_URL=https://localhost:3300
|
||||||
API_URL=https://localhost:3300/api
|
API_URL=https://localhost:3300/api
|
||||||
|
|
||||||
|
@ -28,6 +30,7 @@ DOCKER_USER_GID=
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOCKER (DEVELOPMENT)
|
# DOCKER (DEVELOPMENT)
|
||||||
|
# NOTE: You only need to fill in these values for running the development environment. See production config further below.
|
||||||
#
|
#
|
||||||
|
|
||||||
DOCKER_DEV_WEB_PORT=3300
|
DOCKER_DEV_WEB_PORT=3300
|
||||||
|
@ -50,6 +53,7 @@ DOCKER_DEV_SSH_PASSWORD=password
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOCKER (PRODUCTION)
|
# DOCKER (PRODUCTION)
|
||||||
|
# NOTE: You only need to fill in these values for running the production environment. See development config above.
|
||||||
#
|
#
|
||||||
|
|
||||||
DOCKER_PROD_DOMAIN=
|
DOCKER_PROD_DOMAIN=
|
||||||
|
|
|
@ -7,6 +7,8 @@ Zeppelin's production environment - that is, the **bot, API, and dashboard** - u
|
||||||
3. Fill in the missing values in `.env`
|
3. Fill in the missing values in `.env`
|
||||||
4. Run `docker compose -f docker-compose.production.yml up -d`
|
4. Run `docker compose -f docker-compose.production.yml up -d`
|
||||||
|
|
||||||
|
**Note:** The dashboard and API are exposed with a self-signed certificate. It is recommended to set up a proxy with a proper certificate in front of them. Cloudflare is a popular choice here.
|
||||||
|
|
||||||
## Updating the bot
|
## Updating the bot
|
||||||
|
|
||||||
### One-click script
|
### One-click script
|
||||||
|
|
Loading…
Add table
Reference in a new issue