services: << service_name >>: image: sctx/overseerr:latest container_name: << service_name >> environment: - TZ=<< timezone >> - LOG_LEVEL=info volumes: - << appdata_dir >>/<< service_name >>:/app/config ports: - "<< port >>:5055" restart: unless-stopped