[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Update compose example

FoxxMD (Aug 20, 2025, 3:58 PM UTC) 938c5e51 a28f21c6

+7 -7
+7 -7
example/compose.yaml
··· 1 1 services: 2 2 komodo-import: 3 - image: foxxmd/komodo-import:edge 3 + image: foxxmd/komodo-import:latest 4 4 volumes: 5 - ## ParentDirectory:FILES_ON_SERVER_DIR 5 + ## The top-level folder compose projects on the host live in 6 6 - .:/filesOnServer 7 7 8 - ## optional, TOML is saved to file here 9 - #- ./config:/config 10 8 environment: 11 - - TZ=America/New_York 9 + ## Same path as the host folder mounted above 10 + - HOST_DIR=/my/cool/path 12 11 ## Komodo Server name to use for generated Stacks 13 12 - SERVER_NAME=my-cool-server 14 - ## ParentDirectory on the host use as Stack Run Directory prefix 15 - - HOST_PARENT_PATH=/my/cool/path 13 + 14 + - TZ=America/New_York 15 + 16 16 restart: no