> Per Wagner Nielsen's Blog · /tags/docker/ utf-8
READY.

Per Wagner Nielsen.dk

#docker
5 posts
├──────────────────── #docker ──────────────────────────────────────────────────────────────────────┤
────────────────────────────────────────────────────────────────────────────────────────────

Wiremock on Github with Github Actions

Story on how to use Wiremock to run CI on Github with Github Actions This story setup a basic Django project using Docker and Docker Compose and then use Wiremock to run tests against a stubbed...

read more →
────────────────────────────────────────────────────────────────────────────────────────────

Deploy Django to Heroku using Docker

Story on how to use Docker and Docker Compose and deploy a Django app to Heroku This story setup a basic Django project using Docker and Docker Compose and then deploy said application to Heroku....

read more →
────────────────────────────────────────────────────────────────────────────────────────────

Deploy Flask app to Heroku with Docker and Gitlab

Deploy Flask app to Heroku with Docker This story will show how to install deploy a simple Flask app to Heroku via Docker and Gitlab CI. Prerequisites I'm assuming that you are familiar with the...

read more →
────────────────────────────────────────────────────────────────────────────────────────────

Docker, Docker Compose and Django with Celery

How to setup Django and Celery with Docker and docker-compose This story sets up Django and adds Celery support to a docker-compose setup. I have updated this on 22 May, 2022 to use the newest...

read more →
────────────────────────────────────────────────────────────────────────────────────────────

Docker, Docker Compose and Django

How to setup Django with Docker and docker-compose In this story I'll show how to setup a simple django application to use docker and docker-compose. Install a base django project First we need to...

read more →