diff --git a/olivetin/compose.yml b/olivetin/compose.yml new file mode 100644 index 0000000..13363fe --- /dev/null +++ b/olivetin/compose.yml @@ -0,0 +1,11 @@ +name: olivetin + +services: + olivetin: + container_name: olivetin + image: jamesread/olivetin + volumes: + - ./config:/config + ports: + - 1337:1337 + restart: unless-stopped \ No newline at end of file diff --git a/olivetin/config/config.yaml b/olivetin/config/config.yaml new file mode 100644 index 0000000..38263fb --- /dev/null +++ b/olivetin/config/config.yaml @@ -0,0 +1,3 @@ +actions: + - title: "Hello world!" + shell: echo 'Hello World!'