B
Size: a a a
B
B
B
B
V
B
V
V
V
B
B
version: '3'
services:
web:
build: .
command: sh -c "python3 source/manage.py makemigrations && python3 source/manage.py migrate && python3 source/manage.py runserver 0.0.0.0:8000"
volumes:
- .:/code
ports:
- "8000:8000"
links:
- db:db
db:
image: postgres
B
B
B
C
V
C
i
V
B