refine default env

This commit is contained in:
mbecker20
2025-10-13 13:53:12 -07:00
parent 50b9f2e1bf
commit b7fc1bef7b
3 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ TZ=Etc/UTC
## Docs: https://docs.docker.com/compose/how-tos/use-secrets/#examples
## Used for Oauth / Webhook url suggestion.
KOMODO_HOST=https://demo.komo.do
KOMODO_HOST=https://example.komodo.com
## Displayed in the browser tab.
KOMODO_TITLE=Komodo
@@ -49,7 +49,7 @@ KOMODO_INIT_ADMIN_PASSWORD=changeme
## Create a first Server with a custom name.
## Usually the system hostname is good.
KOMODO_FIRST_SERVER_NAME=$(hostname)
KOMODO_FIRST_SERVER_NAME=Local
## Make execute buttons just double-click, rather than the full confirmation dialog.
KOMODO_DISABLE_CONFIRM_DIALOG=false

View File

@@ -66,6 +66,8 @@ services:
periphery:
image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
restart: unless-stopped
depends_on:
- core
env_file: ./compose.env
volumes:
## Attach the Core / Periphery communication keys

View File

@@ -49,6 +49,8 @@ services:
periphery:
image: ghcr.io/moghtech/komodo-periphery:${COMPOSE_KOMODO_IMAGE_TAG:-latest}
restart: unless-stopped
depends_on:
- core
env_file: ./compose.env
volumes:
## Attach the Core / Periphery communication keys