mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Improved docker compose file
This commit is contained in:
parent
b6c7f4c900
commit
d6bef3a231
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
# Python app service
|
||||
python_app:
|
||||
# Django App
|
||||
django_backend:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
@ -12,4 +12,8 @@ services:
|
|||
environment:
|
||||
- PYTHONBUFFERED=1
|
||||
command: ["python", "stude/manage.py", "runserver"]
|
||||
volumes:
|
||||
- stude:/app
|
||||
|
||||
volumes:
|
||||
stude:
|
Loading…
Reference in a new issue