mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
refine default env
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user