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

@ -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}