runtipi/.env.example
Stavros 2681630996 refactor: merge worker and dashboard
add storage path

fix: fix compose file

chore: use dev compose file for now

refactor: try to not use hardcoded values

refactor(worker): use constants instead of hardcoded values

refactor(dashboard): use constants instead of hardcoded values

chore: ignore new runtipi-data folder

fix(worker): wrong constant

chore: remove root folder host as it is not being used anywhere

refactor: rename storagePath to appDataDirPath because thats what it does

feat: add production dockerfile

fix: add cmd to prod dockerfile

fix: small fixes in prod dockerfile

chore: fix path mistakes

fix: re-add ROOT_FOLDER_HOST

chore: revert storage path
2024-03-16 15:55:59 +01:00

23 lines
560 B
Plaintext

APPS_REPO_ID=7a92c8307e0a8074763c80be1fcfa4f87da6641daea9211aea6743b0116aba3b
APPS_REPO_URL=https://github.com/runtipi/runtipi-appstore
TZ=Etc/UTC
INTERNAL_IP=localhost
DNS_IP=9.9.9.9
ARCHITECTURE=arm64
TIPI_VERSION=1.5.2
JWT_SECRET=secret
ROOT_FOLDER_HOST=/path/to/runtipi
STORAGE_PATH=/path/to/runtipi
NGINX_PORT=7000
NGINX_PORT_SSL=443
DOMAIN=tipi.localhost
POSTGRES_HOST=runtipi-db
POSTGRES_DBNAME=tipi
POSTGRES_USERNAME=tipi
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
REDIS_HOST=runtipi-redis
REDIS_PASSWORD=redis
DEMO_MODE=false
LOCAL_DOMAIN=tipi.lan