feat: migrate dokuwiki to k8s

This commit is contained in:
cătălin 2026-08-09 14:11:31 +02:00
commit 75e4957d3d
No known key found for this signature in database
9 changed files with 338 additions and 15 deletions

View file

@ -1,13 +0,0 @@
---
services:
wiki:
image: dokuwiki/dokuwiki:2024-02-06b
restart: unless-stopped
ports:
- "44344:8080"
volumes:
- /mnt/nas1/shared/dokuwiki/dokuwiki:/storage
environment:
PHP_TIMEZONE: Europe/Madrid
PHP_MEMORYLIMIT: 512M
PHP_UPLOADLIMIT: 128M

View file

@ -3,13 +3,13 @@ services:
pluton:
image: plutonhq/pluton:0.18.2
container_name: pluton-backup
restart: always
restart: unless-stopped
ports:
- "${SERVER_PORT:-5173}:${SERVER_PORT:-5173}"
volumes:
- ${PLUTON_DATA:-/mnt/nas1/shared/pluton/data}:/data
- ${PLUTON_BACKUP_VOLUME_SHARED:-/mnt/nas1/shared}:/backups/shared
- ${PLUTON_BACKUP_VOLUME_DCSI:-/mnt/nas1/dcsi}:/backups/dcsi
- ${PLUTON_BACKUP_VOLUME_DCSI:-/mnt/dcsi}:/backups/dcsi
environment:
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
USER_NAME: ${USER_NAME}