add port 8000 to the production docker-compose

This commit is contained in:
Andreas Zweili 2021-02-11 21:33:31 +01:00
parent 7726f9b980
commit deb8cb9714

View File

@ -1,4 +1,4 @@
version: '3'
version: "3"
services:
db:
@ -19,6 +19,8 @@ services:
- DJANGO_SECRET_KEY
depends_on:
- db
ports:
- 8000:8000
frontend:
build: frontend/.