mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add OtterWiki
This commit is contained in:
10
blueprints/otterwiki/docker-compose.yml
Normal file
10
blueprints/otterwiki/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
otterwiki:
|
||||
image: redimp/otterwiki:2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- otterwiki-data:/app-data
|
||||
|
||||
volumes:
|
||||
otterwiki-data: {}
|
||||
BIN
blueprints/otterwiki/otterwiki.png
Normal file
BIN
blueprints/otterwiki/otterwiki.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
12
blueprints/otterwiki/template.yml
Normal file
12
blueprints/otterwiki/template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
variables:
|
||||
main_domain: ${domain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: otterwiki
|
||||
port: 80
|
||||
host: ${main_domain}
|
||||
|
||||
env: []
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user