Compare commits
No commits in common. "d2d163db9dffc445d307bf7f0e8a9c212986304f" and "50047571c310d0e13775ef0aa99c216993426c66" have entirely different histories.
d2d163db9d
...
50047571c3
3 changed files with 3 additions and 31 deletions
|
|
@ -1 +1,4 @@
|
||||||
# fukuops
|
# fukuops
|
||||||
|
|
||||||
|
[](https://git.roboces.dev/catalin/fukuops/actions)
|
||||||
|
[](https://git.roboces.dev/catalin/fukuops/actions)
|
||||||
|
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
services:
|
|
||||||
pluton:
|
|
||||||
image: plutonhq/pluton:latest
|
|
||||||
container_name: pluton-backup
|
|
||||||
restart: always
|
|
||||||
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
|
|
||||||
environment:
|
|
||||||
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
|
|
||||||
USER_NAME: ${USER_NAME}
|
|
||||||
USER_PASSWORD: ${USER_PASSWORD}
|
|
||||||
APP_TITLE: ${APP_TITLE:-Pluton}
|
|
||||||
APP_URL: ${APP_URL:-https://backups.fukurokuju.dev}
|
|
||||||
SERVER_PORT: ${SERVER_PORT:-5173}
|
|
||||||
MAX_CONCURRENT_BACKUPS: ${MAX_CONCURRENT_BACKUPS:-2}
|
|
||||||
SESSION_DURATION: ${SESSION_DURATION:-7}
|
|
||||||
ALLOW_CUSTOM_RESTORE_PATH: ${ALLOW_CUSTOM_RESTORE_PATH:-true}
|
|
||||||
ALLOW_FILE_BROWSER: ${ALLOW_FILE_BROWSER:-true}
|
|
||||||
DISABLE_EVENT_SCRIPTS: ${DISABLE_EVENT_SCRIPTS:-false}
|
|
||||||
NODE_ENV: production
|
|
||||||
IS_DOCKER: "true"
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
ENCRYPTION_KEY=''
|
|
||||||
USER_NAME=''
|
|
||||||
USER_PASSWORD=''
|
|
||||||
|
|
||||||
# Optional - override defaults
|
|
||||||
SERVER_PORT='8050'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue