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 GitHub
parent 7fab741646
commit b2febd788f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,8 @@ services:
app:
environment:
EDITOR_VSCODE: 1
DJANGO_SETTINGS_MODULE: settings_local_sqlitetest
volumes:
- .:/workspace
- /workspace/node_modules
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db
network_mode: service:db