telepat-docker-compose-files
telepat-docker-compose-files copied to clipboard
Docker Compose recipes for telepat
This currently complains about not finding elastic search using docker. are there some more complete tutorials ?
I'm getting this odd error when I try to use docker compose up. ``` CannotStartContainerError: API error (500): Cannot start container XXXXXXXX: failed to create endpoint XXXXXXXX on network bridge:...
Is this an error or the expected output on port 3000? {"status":404,"stack":"Error: Not Found\n at /usr/src/app/app.js:135:13\n at Layer.handle [as handle_request](/usr/src/app/node_modules/express/lib/router/layer.js:82:5)\n at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:302:13)\n at /usr/src/app/node_modules/express/lib/router/index.js:270:7\n at Function.proto.process_params (/usr/src/app/node_modules/express/lib/router/index.js:321:12)\n at next...
I'm trying to compose a docker-compose file for my app with Telepat.io as a dependency. However, it is unclear to me how I'm supposed to link the two parts of...