File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ services:
26
26
build :
27
27
context : .
28
28
dockerfile : ./Dockerfile
29
- links :
30
- - db:db
31
- - redis:redis
32
29
ports :
33
30
- ' 8000:8000'
34
31
depends_on :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ services:
20
20
build :
21
21
context : .
22
22
dockerfile : ./Dockerfile
23
- shell : bash
24
23
setup-commands :
25
24
- command : /venv/bin/python manage.py migrate
26
25
- command : /venv/bin/python manage.py load_initial_data
27
26
- command : wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
27
+ shell : bash
28
28
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
29
29
# it would not tell us if these are the known images or some other problems with the sever occured.
30
30
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
You can’t perform that action at this time.
0 commit comments