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

This commit is contained in:
komodo 2026-02-27 10:23:49 +01:00
parent 4df7e8f54d
commit d362a24817

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: