# Linux Patch Manager — Docker Environment Variables # Copy this file to .env and edit the values before running docker compose up. # Required: PostgreSQL password for the patch_manager user DB_PASSWORD=changeme-to-a-strong-password # Optional: Docker image tag (defaults to 'latest' if not set) TAG=latest