services: << service_name >>: image: flowiseai/flowise:latest container_name: << service_name >> environment: - TZ=<< timezone >> - FLOWISE_USERNAME=<< admin_user >> - FLOWISE_PASSWORD=<< admin_password >> - DATABASE_PATH=/root/.flowise volumes: - << appdata_dir >>/<< service_name >>:/root/.flowise ports: - "<< port >>:3000" restart: unless-stopped