services: << service_name >>: image: lscr.io/linuxserver/grocy:latest container_name: << service_name >> ports: - "<< port >>:80" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> volumes: - << appdata_dir >>/<< service_name >>/config:/config restart: unless-stopped