Skip to content

Commit d94c67d

Browse files
committed
Using host system tmpdir
to store large uploaded files while parsing them for bulkadd.
1 parent 268cd12 commit d94c67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ services:
2121
environment:
2222
- PORT=3000
2323
- NODE_ENV=production
24+
# Ensure there is enough room to upload large files and store them
25+
# temporarily in the host system's tempdir:
26+
volumes:
27+
- /tmp:/tmp
2428
# Await POSTGRES role and DB creation, migrate schema, then start web
2529
# server:
2630
command:

0 commit comments

Comments
 (0)