2024-02-16 20:58:27 +01:00
|
|
|
# Please copy and rename this file.
|
|
|
|
#
|
|
|
|
# !Attention!
|
|
|
|
# Always ensure to load the env variables in every terminal session.
|
|
|
|
# Otherwise the env variables will not be available
|
|
|
|
|
2024-04-17 20:50:21 +02:00
|
|
|
DOCKER_COMPOSE_APP_PORT_PUBLISHED=9001
|
|
|
|
DOCKER_COMPOSE_APP_PORT_TARGET=9001
|
2024-02-16 20:58:27 +01:00
|
|
|
|
|
|
|
# IMPORTANT: When the env var DEFAULT_PAD_TEXT is unset or empty, then the pad is not established (not the landing page).
|
|
|
|
# The env var DEFAULT_PAD_TEXT seems to be mandatory in the latest version of etherpad.
|
|
|
|
DOCKER_COMPOSE_APP_DEV_ENV_DEFAULT_PAD_TEXT="Welcome to etherpad"
|
|
|
|
|
2024-04-17 20:50:21 +02:00
|
|
|
DOCKER_COMPOSE_APP_ADMIN_PASSWORD=
|
2024-02-16 20:58:27 +01:00
|
|
|
|
2024-04-17 20:50:21 +02:00
|
|
|
DOCKER_COMPOSE_POSTGRES_DATABASE=db
|
|
|
|
DOCKER_COMPOSE_POSTGRES_PASSWORD=etherpad-lite-password
|
|
|
|
DOCKER_COMPOSE_POSTGRES_USER=etherpad-lite-user
|