|
You are here |
akashgoswami.dev | ||
| | | | |
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: | |
| | | | |
aayushsahu.com
|
|
| | | | | Making volume, running container, etc. | |
| | | | |
www.classandobjects.com
|
|
| | | | | Set up Ruby on Rails to work with Postgres on a fresh Ubuntu Linux distribution | |
| | | | |
khromov.se
|
|
| | | If you're looking to containerize your SvelteKit application, you've come to the right place. In this post, we'll walk through creating a Dockerfile for a SvelteKit app using adapter-node. Let's dive in! Configure SvelteKit to use adapter-node First, let's install adapter-node which builds your site for Node.js: Then, open the svelte.config.js file and change the adapter: The Dockerfile Now let's write the Dockerfile which will tell Docker how to build your application: Don't worry if this looks intimida... | ||