Django example (#43)

Add a Django example
This commit is contained in:
FelipeVilella
2020-04-07 09:00:55 -03:00
committed by GitHub
parent 40c3caa1c8
commit 1e7d24da27
10 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
version: '3.7'
services:
web:
build: app
ports:
- '8000:8000'