Skip to content

Commit

Permalink
Updating the host def for local.overhang.io
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel committed May 26, 2023
1 parent 249244c commit d48a24f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ x-extra-hosts:
&default-extra-hosts
- "edx.odl.local:${OPENEDX_IP:-172.22.0.1}"
- "host.docker.internal:host-gateway"
- "local.overhang.io:${OPENEDX_IP:-172.22.0.1}"
- "local.overhang.io:host-gateway"

services:
db:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
links:
- db
- redis
# these are links instead of `depends_on`
# these are links instead of `depends_on`
# because if we just want a shell for `web` we don't want to run these
- watch
- refine
Expand All @@ -80,7 +80,7 @@ services:

watch:
image: node:17.8
working_dir: /app
working_dir: /app
command: ./scripts/run-watch-dev.sh
ports:
- "8012:8012"
Expand Down Expand Up @@ -164,9 +164,9 @@ services:

varnish:
image: varnish:fresh
links:
links:
- nginx
ports:
ports:
- "8013:80"
volumes:
- ./config/default.vcl:/etc/varnish/default.vcl:ro
Expand All @@ -176,4 +176,4 @@ services:
volumes:
npm-cache: {}
django_media: {}
yarn-cache: {}
yarn-cache: {}

0 comments on commit d48a24f

Please sign in to comment.