mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added olivetin
This commit is contained in:
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!'
|
Reference in New Issue
Block a user