added olivetin

This commit is contained in:
dominikhoebert 2024-07-28 22:00:15 +02:00
parent 55a6384aa3
commit 7a8a3d07ad
2 changed files with 14 additions and 0 deletions

11
olivetin/compose.yml Normal file
View File

@ -0,0 +1,11 @@
name: olivetin
services:
olivetin:
container_name: olivetin
image: jamesread/olivetin
volumes:
- ./config:/config
ports:
- 1337:1337
restart: unless-stopped

View File

@ -0,0 +1,3 @@
actions:
- title: "Hello world!"
shell: echo 'Hello World!'