uses env vars in compose.yml

This commit is contained in:
2026-06-29 19:24:48 +01:00
parent 75ca9d485d
commit 8d1b6b114a
2 changed files with 40 additions and 12 deletions
+16
View File
@@ -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