diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-29 19:24:48 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-29 19:24:48 +0100 |
| commit | 8d1b6b114af099d2915f9adcf76d94016073dc5f (patch) | |
| tree | af6a25b49be53d5cf5b2b406862995790dafbba3 /example.env | |
| parent | 75ca9d485d3bc98e80396c566278b9db8ba54d4b (diff) | |
uses env vars in compose.yml
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/example.env b/example.env index 78131f5..8ed6bc7 100644 --- a/example.env +++ b/example.env @@ -1,3 +1,7 @@ +# A prefix for remote container names +# If you're running on ARM 32-bit CPU architecture, use 'armv7/', otherwise keep blank +CONTAINER_PREFIX= + # The hostname to use for the local SMTP server LOCAL_SMTP_HOST= @@ -48,3 +52,15 @@ DB_SCHEME= # The path part of the URI to the website database DB_PATH= + +# The Node.JS environment for the Etherpad instance (production, development) +ETHERPAD_NODE_ENV=production + +# The admin password for the Etherpad instance +ETHERPAD_ADMIN_PASSWORD= + +# The ports on which to run apps +ETHERPAD_PORT=9001 +HTTP_PORT=8080 +GEMINI_PORT=1965 +VAULTWARDEN_PORT=9000 |
