fix: changed 'dokuwiki' volume declaration
Some checks failed
checks / pre-commit (push) Has been cancelled
checks / k8s (push) Has been cancelled
checks / tflint (push) Has been cancelled
OpenTofu deployments / authentik (push) Has been cancelled
OpenTofu deployments / adguard (push) Has been cancelled

This commit is contained in:
Hane 2025-10-25 00:07:31 +02:00
commit 4a41859942

View file

@ -1,11 +1,9 @@
services: services:
wiki: wiki:
name: hane-dokuwiki name: hane-dokuwiki
image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:latest image: git.roboces.dev/hane/fukuops/hane-dokuwiki-image:dokuwiki-fixed-volume
volumes: volumes:
- type: volume - /mnt/nas1/shared/dokuwiki/dokuwiki:/var/www/dokuwiki
source: dokuwiki
target: /var/www/dokuwiki
- type: bind - type: bind
source: /mnt/nas1/shared/dokuwiki/apache2.conf source: /mnt/nas1/shared/dokuwiki/apache2.conf
target: /etc/apache2/apache2.conf target: /etc/apache2/apache2.conf
@ -16,10 +14,3 @@ services:
ports: ports:
- "44344:443/tcp" - "44344:443/tcp"
entrypoint: /init.sh entrypoint: /init.sh
volumes:
dokuwiki:
external: true
labels:
- "dev.roboces.wiki=Dokuwiki volume"
name: dokuwiki