aktionskarten / backend

GNU General Public License v2.0
1 stars 3 forks source link

docker #14

Closed kohllisti closed 4 years ago

kohllisti commented 5 years ago

Create Dockercontainers workers & backend

waschbeer commented 5 years ago

Aim: Generate docker containers with the backend for production and testing.

Problem: Every docker image can run only a single service. However, we need multiple services: backend, a postgres DB, redis.

Solution: use docker-compose to run multiple containers for each of these services.

Current state (branch feature/update-docker-container):

iomn commented 4 years ago

With #37 docker images are supported.