services: << service_name >>: image: machines/filestash:latest container_name: << service_name >> environment: - TZ=<< timezone >> - APPLICATION_URL=<< app_url >> volumes: - << appdata_dir >>/<< service_name >>:/app/data/state ports: - "<< port >>:8334" restart: unless-stopped