-
Notifications
You must be signed in to change notification settings - Fork 7
Production Deployment
Manolis Tzanidakis edited this page Mar 15, 2026
·
1 revision
For production, a docker-compose.override.yml-prod is included that adds a tsrp (Tailscale Reverse Proxy) sidecar and removes the public port mapping. Mission Control becomes accessible only over your Tailscale network.
ln -s docker-compose.override.yml-prod docker-compose.override.ymlAdd the following to your .env:
HOSTNAME=praktor # Tailscale machine name
TS_AUTHKEY=tskey-auth-... # Tailscale auth key (https://login.tailscale.com/admin/settings/keys)Then start as usual — the override is picked up automatically:
docker compose up -dMission Control will be available at https://praktor.<your-tailnet>.ts.net. The tsrp container stores its Tailscale state in ./state/.
Getting Started
Configuration
Features
Extensions
Operations