feat: migrate dokuwiki to k8s
This commit is contained in:
parent
95b33315cd
commit
75e4957d3d
9 changed files with 338 additions and 15 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue