-
発表者は挙手して内容(仮でも全然大丈夫)を書き込んでくださいまし。
-
What do you think of [creating a 'Deploy to Heroku' button](https://devcenter.heroku.com/articles/heroku-button)? That would make the setup on [Heroku](https://www.heroku.com/) much more simple. 😎
-
So while I generally do write a Dockerfile for my applications, I find that what I usually is do is replicate the same few steps depending on the language I'm using, usually cribbing from a tutorial w…
-
Here's my brain-dump of what I did in rss-fetcher and story-indexer:
In both, the logs are written to a docker "volume" (may be /app/data in both?) with a logs subdirectory. This means the logs a…
-
Hi,
I have been struggling with this for a couple of days without luck.
At the beginning I thought it was related with the app runtime, but since I tested directly on Heroku, I suspect it is wit…
-
Have you by any chance had the opportunity to find a solution tot he issue with HTTP port not being exposed properly @cstroe ?
I am facing the same issue and unfortunately seem to have hit a wall.
…
-
Seems more production-ready than Docker Swarm. May have additional benefits to the Node API.
And I need an excuse to play around w/ it.
-
Wikipedia references:
* https://en.wikipedia.org/wiki/Continuous_deployment
* https://en.wikipedia.org/wiki/Continuous_delivery
* https://en.wikipedia.org/wiki/Deployment_environment
* https://e…
-
Wenn auf einmal viel Daten publiziert werden (bsp. ganz USA) kann es auf dem Backend (Server) zu einem Timeout kommen. (http error 504)
```
2021/08/19 07:32:17 [error] 2315137#2315137: *16671 upstre…
-
In this template, we put all the projects code in a subdirectory. This is a nice way to separate code from configuration. Making the project easier to browse (especially for people who are unfamilar w…