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: