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

This commit is contained in:
komodo
2025-11-20 05:15:00 +00:00
parent 1114fabdb2
commit d47f39f75d

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: