[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-05-08 17:42:17 +00:00
commit 2acd907a34

16
compose.yaml Normal file
View file

@ -0,0 +1,16 @@
## Add your compose file here
services:
hello_world:
image: hello-world
# networks:
# - default
# ports:
# - 3000:3000
# volumes:
# - data:/data
# networks:
# default: {}
# volumes:
# data: