[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.

komodo-import / compose.dev.yaml
220 B 11 lines
1services: 2 komodo-import: 3 build: 4 context: . 5 env_file: 6 - path: ./.env 7 required: false 8 volumes: 9 ## ParentDirectory:FILES_ON_SERVER_DIR 10 - ./example:/filesOnServer 11 restart: no