Skip to content

Commit 10a7aeb

Browse files
authored
Added volume for persistent photo uploads
1 parent 4742ad7 commit 10a7aeb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docker-compose.staging.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@ services:
3434

3535
web:
3636
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
4040

4141
backend:
42+
volumes:
43+
- /var/docker/uploads:/app/uploads
4244
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
4648

4749
mongo:
4850
ports:
4951
- 27017:27017
50-

0 commit comments

Comments
 (0)