Update komodo for hostname
This commit is contained in:
@@ -3,6 +3,7 @@ POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
|
||||
HOSTNAME=
|
||||
PERIPHERY_ROOT_DIRECTORY=
|
||||
|
||||
# Paths
|
||||
|
||||
@@ -62,6 +62,7 @@ services:
|
||||
container_name: komodo_periphery
|
||||
image: ghcr.io/moghtech/komodo-periphery:1.18.4
|
||||
restart: unless-stopped
|
||||
hostname: ${HOSTNAME}
|
||||
labels:
|
||||
komodo.skip:
|
||||
command: periphery --config-path ${PERIPHERY_ROOT_DIRECTORY}/periphery.config.toml
|
||||
|
||||
Reference in New Issue
Block a user