Skip to content
Snippets Groups Projects
Commit f7bf42f1 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

make user upload persistent

parent e579b4ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
Subproject commit f789b573c6f01f2496c7d8eb1b0e5c7082bbf6dc
Subproject commit f95066a2ba107dec3d5bb7d6b47ecdb9fee23a67
......@@ -3,6 +3,8 @@ version: "2"
volumes:
database:
driver: local
files:
driver: local
services:
frontend:
......@@ -20,6 +22,8 @@ services:
ports:
- "4000:4000"
restart: always
volumes:
- files:/usr/src/app/public/
# The nginx image is created with multi stage build
# We first run a nodejs container to build the reactjs app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment