sdf
This commit is contained in:
parent
1a6b6f2808
commit
ff9ae7bae7
1 changed files with 5 additions and 5 deletions
10
komodo.yaml
10
komodo.yaml
|
|
@ -84,10 +84,10 @@ services:
|
||||||
driver: ${COMPOSE_LOGGING_DRIVER:-local}
|
driver: ${COMPOSE_LOGGING_DRIVER:-local}
|
||||||
#env_file: ./compose.env
|
#env_file: ./compose.env
|
||||||
environment:
|
environment:
|
||||||
PERIPHERY_REPO_DIR: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}/repos
|
PERIPHERY_REPO_DIR: /DockerVol/komodo/repos:/etc/komodo/repos
|
||||||
PERIPHERY_STACK_DIR: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}/stacks
|
PERIPHERY_STACK_DIR: /DockerVol/komodo/stacks:/etc/komodo/stacks
|
||||||
PERIPHERY_SSL_KEY_FILE: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}/ssl/key.pem
|
# PERIPHERY_SSL_KEY_FILE: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo/ssl/key.pem
|
||||||
PERIPHERY_SSL_CERT_FILE: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}/ssl/cert.pem
|
# PERIPHERY_SSL_CERT_FILE: ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo/ssl/cert.pem
|
||||||
networks:
|
networks:
|
||||||
- komodo
|
- komodo
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -99,7 +99,7 @@ services:
|
||||||
## Must be the same inside and outside the container,
|
## Must be the same inside and outside the container,
|
||||||
## or docker will get confused. See https://github.com/moghtech/komodo/discussions/180.
|
## or docker will get confused. See https://github.com/moghtech/komodo/discussions/180.
|
||||||
## Default: /etc/komodo.
|
## Default: /etc/komodo.
|
||||||
- ${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}:${PERIPHERY_ROOT_DIRECTORY:-/etc/komodo}
|
- /DockerVol/komodo/etc}:/etc/komodo}
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue