Add networks for komodo

This commit is contained in:
2025-08-15 18:52:47 +05:30
parent 80dd317e3c
commit 38e8b6ec27
2 changed files with 21 additions and 0 deletions

View File

@@ -11,3 +11,9 @@ services:
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY} #Change me
ports:
- 8120:8120
networks:
- backend
networks:
backend:
external: true