services: << service_name >>: image: ghcr.io/donkie/spoolman:latest container_name: << service_name >> ports: - "<< port >>:8000" environment: - TZ=<< timezone >> volumes: - << data_dir >>/<< service_name >>/data:/home/app/.local/share/spoolman restart: unless-stopped