services: << service_name >>: image: codeberg.org/readeck/readeck:latest container_name: << service_name >> environment: - TZ=<< timezone >> - READECK_LOG_LEVEL=info - READECK_ALLOWED_HOSTS=<< toegestane_hosts >> volumes: - << appdata_dir >>/<< service_name >>:/readeck ports: - "<< port >>:8000" restart: unless-stopped