You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testing, you could now just run `npm install` and `npm run start`or `node src/botservice.js`directly, but be sure to set the [environment variables](#options) or pass them to the node process, first!
67
+
For testing, you could now just run `npm install` and `npm run start` directly, but be sure to set the [environment variables](#options)or pass them to the node process, first!
65
68
66
-
For production use, in order to create a service on a docker container that will always provide the service without you having to run it on your own PC, you can do the following:
69
+
For production use, in order to create a service on a docker container that will always provide the service without you having to run it on your own machine, you can do the following:
67
70
68
71
Build the docker image from the [Dockerfile](./Dockerfile):
69
72
```bash
@@ -145,7 +148,7 @@ services:
145
148
NODE_EXTRA_CA_CERTS: /certs/certfile.crt
146
149
```
147
150
148
-
### Run the container as a daemon
151
+
### Run the container as a service
149
152
When all configuration is complete, start the container service.
150
153
```bash
151
154
docker compose up -d
@@ -178,4 +181,4 @@ I will also accept helpful pull requests if you find an issue or have an idea fo
178
181
179
182
Last but not least, check out [yWorks](https://www.yworks.com)' fine diagramming SDKs for software developers [yFiles](https://yworks.com/yfiles) and our [free online graph and diagram editors](https://yworks.com/editors)!
180
183
181
-
This is under MIT license Copyright (c) 2023 Sebastian Mueller and Michael Haeglsperger (yWorks)
184
+
This is under MIT license Copyright (c) 2023 Sebastian Mueller (yWorks) and Michael Haeglsperger (yWorks)
0 commit comments