commit 2acd907a34bfbf1b7de771f52cd9a478785342cb Author: komodo Date: Thu May 8 17:42:17 2025 +0000 [Komodo] admin: Write Compose File: update compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..7a9af3c --- /dev/null +++ b/compose.yaml @@ -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: