chore: remove django settings module from devcontainer config (#3673)

This commit is contained in:
Nicolas Giard 2022-03-18 16:34:18 -04:00 committed by NGPixel
parent dc51587596
commit ec3b525567
No known key found for this signature in database
GPG key ID: 8FDA2F1757F60D63

View file

@ -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