services: << service_name >>: image: ghcr.io/c4illin/convertx:latest container_name: << service_name >> environment: - TZ=<< timezone >> - JWT_SECRET=<< jwt_secret >> - ACCOUNT_REGISTRATION=false volumes: - << appdata_dir >>/<< service_name >>:/app/data ports: - "<< port >>:3000" restart: unless-stopped