feat: remove valheim #514

Merged
catalin merged 2 commits from fix/dokuwiki into main 2025-10-27 23:15:57 +00:00
Showing only changes of commit f8d2d9f720 - Show all commits

wip
Some checks are pending
checks / tflint (push) Waiting to run
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run

cătălin 2025-10-27 20:04:54 +01:00
No known key found for this signature in database

View file

@ -1,16 +1,15 @@
services:
wiki:
name: hane-dokuwiki
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
volumes:
- /mnt/nas1/shared/dokuwiki/dokuwiki:/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
image: git.roboces.dev/catalin/fukuops:dokuwiki
volumes:
- /mnt/nas1/shared/dokuwiki/dokuwiki:/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