mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
18 lines
945 B
Text
18 lines
945 B
Text
![]() |
# 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
|
||
|
|
||
|
DOCKER_COMPOSE_APP_DEV_PORT_PUBLISHED=9001
|
||
|
DOCKER_COMPOSE_APP_DEV_PORT_TARGET=9001
|
||
|
|
||
|
# 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.
|
||
|
# Therefore, we have already set the default value in the docker-compose-prod.yml, i.e. a string with one space character.
|
||
|
# Here, you can customize default pad text that will appear as the first string on each new pad.
|
||
|
DOCKER_COMPOSE_APP_DEV_ENV_DEFAULT_PAD_TEXT="Welcome to etherpad"
|
||
|
|
||
|
DOCKER_COMPOSE_POSTGRES_DEV_ENV_POSTGRES_DATABASE=db
|
||
|
DOCKER_COMPOSE_POSTGRES_DEV_ENV_POSTGRES_PASSWORD=etherpad-lite-password
|
||
|
DOCKER_COMPOSE_POSTGRES_DEV_ENV_POSTGRES_USER=etherpad-lite-user
|