16 lines
412 B
Bash
16 lines
412 B
Bash
APP_URL=https://borg.delmar.bzh
|
|
WEB_PORT=8081
|
|
SSH_PORT=22222
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# Advanced: remap MariaDB (default 100) or ClickHouse (default 999) too. Only
|
|
# needed if the host user wants to manage every file under the data volume
|
|
# without root. Must not collide with PUID/PGID or any existing SSH client UID.
|
|
# MYSQL_PUID=1001
|
|
# MYSQL_PGID=1001
|
|
# CH_PUID=1002
|
|
# CH_PGID=1002
|
|
|
|
ADMIN_PASS="V$s0p5w#9#S90zwR"
|