|
You are here |
blog.bitexpert.de | ||
| | | | |
mark-story.com
|
|
| | | | | I recently had to do some maintenance work on an old application hosted on the CakePHP server. The CakePHP project has 20 or so sites and applications deployed in dokku. Dokku allows us to build a platform-as-a-service for our sites that operates on a single server. Dokku encourages using heroku-style 'buildpacks' to deploy applications. | |
| | | | |
www.jrebel.com
|
|
| | | | | Learn everything from Docker Compose environment variables to deployment in this step-by-step guide on how to prepare a Docker Compose environment. | |
| | | | |
nts.strzibny.name
|
|
| | | | | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal. | |
| | | | |
blog.nuculabs.de
|
|
| | | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain: | ||