feat: Add OtterWiki

This commit is contained in:
DrMxrcy
2025-03-18 21:32:06 -04:00
parent 06b8db5cb6
commit 8ff4cdd45e
4 changed files with 40 additions and 0 deletions

View 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: {}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,12 @@
variables:
main_domain: ${domain}
config:
domains:
- serviceName: otterwiki
port: 80
host: ${main_domain}
env: []
mounts: []