File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,18 @@ services:
34
34
35
35
web :
36
36
environment :
37
- VIRTUAL_HOST : staging.testing.govstack.global
38
- LETSENCRYPT_HOST : staging.testing.govstack.global
39
- API_URL : api.staging.testing.govstack.global
37
+ VIRTUAL_HOST : staging.testing.govstack.global
38
+ LETSENCRYPT_HOST : staging.testing.govstack.global
39
+ API_URL : api.staging.testing.govstack.global
40
40
41
41
backend :
42
+ volumes :
43
+ - /var/docker/uploads:/app/uploads
42
44
environment :
43
- API_KEY_BB : ${API_KEY_BB:-O7VKGLW47I6e}
44
- VIRTUAL_HOST : api.staging.testing.govstack.global
45
- LETSENCRYPT_HOST : api.staging.testing.govstack.global
45
+ API_KEY_BB : ${API_KEY_BB:-O7VKGLW47I6e}
46
+ VIRTUAL_HOST : api.staging.testing.govstack.global
47
+ LETSENCRYPT_HOST : api.staging.testing.govstack.global
46
48
47
49
mongo :
48
50
ports :
49
51
- 27017:27017
50
-
You can’t perform that action at this time.
0 commit comments