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