@@ -15,6 +15,7 @@ UDX Worker Node.js is a Docker image that provides a ready-to-use Node.js runtim
1515Requirements: Docker and Node.js (for the CLI).
1616
17171 . Install the deployment CLI (` @udx/worker-deployment ` ).
18+ https://www.npmjs.com/package/@udx/worker-deployment
1819
1920``` bash
2021npm install -g @udx/worker-deployment
@@ -32,31 +33,17 @@ worker config
3233worker run
3334```
3435
35- Notes:
36-
37- - ` worker config ` generates a ` deploy.yml ` in your current directory.
38- - Edit ` deploy.yml ` with your settings before running.
39- - Deploy config format and CLI reference: https://github.com/udx/worker/tree/main/docs/deploy/README.md
40- - ` @udx/worker-deployment ` on GitHub: https://github.com/udx/worker-deployment
41- - ` @udx/worker-deployment ` on npm: https://www.npmjs.com/package/@udx/worker-deployment
42-
4336## Usage
4437
45- ### Deployment Configuration
46-
47- - ` deploy.yml ` is the primary entrypoint for running this image.
48- - Schema and CLI behavior: https://github.com/udx/worker/tree/main/docs/deploy/README.md
38+ - Deploy configuration: https://github.com/udx/worker-deployment/blob/latest/docs/deploy-config.md
4939
50- ### Runtime Services
40+ - Service configuration: https://github.com/udx/worker/blob/latest/docs/runtime/services.md
5141
52- - Define services in ` .config/worker/services.yaml ` .
53- - Service configuration: https://github.com/udx/worker/tree/main/docs/runtime/services.md
42+ - Runtime config and secrets: https://github.com/udx/worker/blob/latest/docs/runtime/config.md
5443
55- ### Runtime Config and Secrets
44+ ### Examples
5645
57- - Define runtime config in ` .config/worker/worker.yaml ` .
58- - Runtime config and auth providers: https://github.com/udx/worker/tree/main/docs/runtime/config.md
59- - Authorization details: https://github.com/udx/worker/tree/main/docs/authorization.md
46+ - ` src/examples/simple-server ` is included as a minimal sample.
6047
6148## Development
6249
@@ -78,10 +65,9 @@ Build defaults for contributors live in `Makefile.variables` (Node.js version, p
7865
7966## Resources
8067
81- - Base image docs: https://github.com/udx/worker
82- - Deployment CLI: https://github.com/udx/worker-deployment
68+ - Base image docs: https://github.com/udx/worker/tree/latest/docs
69+ - Deployment CLI: https://github.com/udx/worker-deployment/tree/latest/docs
8370- Docker Hub: https://hub.docker.com/r/usabilitydynamics/udx-worker-nodejs
84- - Product page: https://udx.io/products/udx-worker-nodejs
8571
8672## Contributing
8773
0 commit comments