26 lines
No EOL
882 B
YAML
26 lines
No EOL
882 B
YAML
komodo-import:
|
|
image: foxxmd/komodo-import:latest
|
|
volumes:
|
|
## Mount the parent directory where all subfolders are compose projects
|
|
- /pool/docker:/filesOnServer
|
|
environment:
|
|
## Same as host directory mounted above
|
|
- HOST_DIR=/pool/docker
|
|
## where stacks are generated from. 'dir' or 'compose'
|
|
- STACKS_FROM=dir
|
|
## Komodo Server name to use for generated Stacks
|
|
- SERVER_NAME=docker-debian
|
|
|
|
## optional
|
|
#- TZ=America/New_York
|
|
#- IMAGE_REGISTRY_PROVIDER=
|
|
#- IMAGE_REGISTRY_ACCOUNT=
|
|
- AUTO_UPDATE=false
|
|
#- POLL_FOR_UPDATE=false
|
|
#- KOMODO_ENV_NAME=
|
|
#- COMPOSE_FILE_GLOB=
|
|
#- ENV_FILE_GLOB=
|
|
- KOMODO_URL=http://172.16.201.21:9120/
|
|
- API_KEY=-n1V6wL21U4DkEwUL0QqWgLAAG4lMFoydgbefbbDe
|
|
- API_SECRET=S-JatJA4tv2xJuf8XH5E7oXlGg9OcQQZxu0YxdOwzi
|
|
restart: no |