services: << service_name >>: image: ghcr.io/fluidd-core/fluidd:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/etc/nginx/conf.d ports: - "<< port >>:80" restart: unless-stopped