···228228229229Mount a ConfigMap with your `homepage.html` into the container's frontend directory and it becomes your landing page. Go nuts with it. Account dashboard is at `/app/` so you won't break anything.
230230231231-232231```yaml
233232apiVersion: v1
234233kind: ConfigMap
+1-2
example.toml
···33# 1. Environment variables (highest priority, always win)
44# 2. A custom config file, either passed with --config or the file
55# referenced in the TRANQUIL_PDS_CONFIG environment variable
66-# 3. /etc/tranquil-pds/config.toml (always loaded as a base, even when
77-# a custom config path is specified)
66+# 3. /etc/tranquil-pds/config.toml (always loaded regardless of config values)
87#
98# Useful commands:
109# tranquil-pds validate - validate your config without starting