Dockerization and generalization of the project. Make it accessable for everyone

This commit is contained in:
Leonard Lorenz 2020-11-17 18:01:54 +01:00
parent d3a5cac4be
commit 85ff8b12f3
7 changed files with 256 additions and 169 deletions

13
docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
version: "3.8"
services:
crablog:
build: .
ports:
- 8000:8000
hostname: crablog
container_name: crablog
env_file: .env
volumes:
- ./content:/root/crablog/content
volumes:
myapp: