services: app: image: seerr/seerr:latest init: true environment: - LOG_LEVEL=debug - TZ=America/Los_Angeles - PORT=5055 ports: - 5055:5055 volumes: - /home/{username}/config/seerr:/app/config restart: unless-stopped