File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ services:
35
35
python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/pathogens.json &&
36
36
python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/signal_types.json &&
37
37
python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/signal_categories.json &&
38
+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/county.json &&
39
+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/hhs.json &&
40
+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/hrr.json &&
41
+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/msa.json &&
42
+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/state.json &&
38
43
python3 /usr/src/signal_documentation/src/manage.py runserver 0.0.0.0:8000"
39
44
volumes :
40
45
- .:/usr/src/signal_documentation
@@ -49,7 +54,7 @@ services:
49
54
restart : always
50
55
ports :
51
56
- " 6379:6379"
52
-
57
+
53
58
# Production service - "service", "image", and "container_name" should all contain the same
54
59
# reference, based on the name of the service.
55
60
sdnginx :
You can’t perform that action at this time.
0 commit comments