Skip to content

Commit b2febd7

Browse files
authored
chore: remove django settings module from devcontainer config (ietf-tools#3673)
1 parent 7fab741 commit b2febd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/docker-compose.extend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ services:
44
app:
55
environment:
66
EDITOR_VSCODE: 1
7-
DJANGO_SETTINGS_MODULE: settings_local_sqlitetest
87
volumes:
98
- .:/workspace
109
- /workspace/node_modules
1110
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
12-
network_mode: service:db
11+
network_mode: service:db

0 commit comments

Comments
 (0)