Skip to main content
Every plamotrack setting lives in .env at the root of the plamotrack folder — one file that both Docker Compose and the app read. Edit it with a text editor, then run docker compose up -d to apply changes.
.env.example in the plamotrack folder contains every available key with comments. Copy it to .env when you first install, then edit only what you need.

Database

Network & hosting

Authentication

Currency and localisation

Maintenance

Changes to .env need docker compose up -d to take effect. Some settings (like REFERENCE_CURRENCY and POSTGRES_PASSWORD) are only read at first run and cannot be changed by editing .env after the database exists.