chore: remove django settings module from devcontainer config (#3673)
This commit is contained in:
parent
dc51587596
commit
ec3b525567
|
@ -4,11 +4,10 @@ services:
|
|||
app:
|
||||
environment:
|
||||
EDITOR_VSCODE: 1
|
||||
DJANGO_SETTINGS_MODULE: settings_local_sqlitetest
|
||||
volumes:
|
||||
- .:/workspace
|
||||
- /workspace/node_modules
|
||||
- /workspace/.parcel-cache
|
||||
- /workspace/__pycache__
|
||||
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
|
||||
network_mode: service:db
|
||||
network_mode: service:db
|
||||
|
|
Loading…
Reference in a new issue