mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 16:35:01 -04:00
12 lines
No EOL
405 B
Text
12 lines
No EOL
405 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_PROD_PORT_PUBLISHED=9001
|
|
DOCKER_COMPOSE_APP_PROD_PORT_TARGET=9001
|
|
|
|
DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_DATABASE=
|
|
DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_PASSWORD=
|
|
DOCKER_COMPOSE_MARIADB_PROD_ENV_MARIADB_USER= |