Dockerization and generalization of the project. Make it accessable for everyone
This commit is contained in:
parent
d3a5cac4be
commit
85ff8b12f3
7 changed files with 256 additions and 169 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue