diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..cb919dd --- /dev/null +++ b/compose.yaml @@ -0,0 +1,7 @@ +services: + cinderwatch: + image: git.infernonode.com/hotarublaze/cinderwatch:latest + restart: always +networks: + external: + external: true \ No newline at end of file