mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Implement tests
This commit is contained in:
parent
7b1d9d2b4c
commit
0baf619ace
19 changed files with 432 additions and 48 deletions
|
@ -7,11 +7,11 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
image: drf_template:dev
|
||||
ports:
|
||||
- "${BACKEND_PORT}:8000"
|
||||
- "9000:8000"
|
||||
environment:
|
||||
- RUN_TYPE=api
|
||||
volumes:
|
||||
- ./src:/app/src # NOTE: Do not hot reload the entire /app folder as it will break the .venv
|
||||
- ./src:/app/src # WARNING: Do not hot reload the entire /app folder as it will break the .venv
|
||||
depends_on:
|
||||
- redis
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue