services: << service_name >>: image: ghcr.io/pocket-id/pocket-id:latest container_name: << service_name >> environment: - TZ=<< timezone >> - APP_URL=<< app_url >> - TRUST_PROXY=true volumes: - << appdata_dir >>/<< service_name >>:/app/data ports: - "<< port >>:1411" restart: unless-stopped