mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added olivetin
This commit is contained in:
parent
55a6384aa3
commit
7a8a3d07ad
11
olivetin/compose.yml
Normal file
11
olivetin/compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
name: olivetin
|
||||
|
||||
services:
|
||||
olivetin:
|
||||
container_name: olivetin
|
||||
image: jamesread/olivetin
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 1337:1337
|
||||
restart: unless-stopped
|
3
olivetin/config/config.yaml
Normal file
3
olivetin/config/config.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
actions:
|
||||
- title: "Hello world!"
|
||||
shell: echo 'Hello World!'
|
Loading…
x
Reference in New Issue
Block a user