Closed kohllisti closed 4 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
):
With #37 docker images are supported.
Create Dockercontainers workers & backend