feat: add dokuwiki (#504)
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run

Co-authored-by: Hane <inupwd@gmail.com>
Co-committed-by: Hane <inupwd@gmail.com>
This commit is contained in:
Hane 2025-10-23 21:15:21 +00:00 committed by cătălin
commit 8b341ede57
2 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,25 @@
services:
wiki:
name: hane-dokuwiki
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest
volumes:
- type: volume
source: dokuwiki
target: /var/www/dokuwiki
- type: bind
source: /mnt/nas1/shared/dokuwiki/apache2.conf
target: /etc/apache2/apache2.conf
- type: bind
source: /mnt/nas1/shared/dokuwiki/001-wiki.conf
target: /etc/apache2/sites-enabled/001-wiki.conf
- /mnt/nas1/shared/dokuwiki/init.sh:/init.sh
ports:
- "44344:443/tcp"
entrypoint: /init.sh
volumes:
dokuwiki:
external: true
labels:
- "dev.roboces.wiki=Dokuwiki volume"
name: dokuwiki