Skip to content

Commit

Permalink
chore: remove django settings module from devcontainer config (ietf-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Mar 18, 2022
1 parent dc51587 commit ec3b525
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/docker-compose.extend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec3b525

Please sign in to comment.