Skip to content

Commit 3da5565

Browse files
committed
docs: Create example folder
1 parent a150343 commit 3da5565

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

example/compose.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
komodo-import:
3+
image: foxxmd/komodo-import:edge
4+
volumes:
5+
## ParentDirectory:FILES_ON_SERVER_DIR
6+
- .:/filesOnServer
7+
8+
## optional, TOML is saved to file here
9+
#- ./config:/config
10+
environment:
11+
- TZ=America/New_York
12+
## Komodo Server name to use for generated Stacks
13+
- SERVER_NAME=my-cool-server
14+
## ParentDirectory on the host use as Stack Run Directory prefix
15+
- HOST_PARENT_PATH=/my/cool/path
16+
restart: no
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)