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

Per Wagner Nielsen.dk

#deployment
4 posts
├──────────────────── #deployment ──────────────────────────────────────────────────────────────────────┤
────────────────────────────────────────────────────────────────────────────────────────────

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 →
────────────────────────────────────────────────────────────────────────────────────────────

Vagrant, Ansible and Posgtresql

How to setup Vagrant, Ansible and Postgresql In this story I’ll be setting up Vagrant with a Postgresql server provisioned by Ansible. The setup will be pretty bare bone, so don’t use it as a...

read more →