Skip to content
Snippets Groups Projects
Verified Commit c6aea539 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Mount folders to container

parent 6d33b0f2
No related branches found
No related tags found
1 merge request!20Dockerise the monitoring
......@@ -23,6 +23,7 @@ services:
env_file:
- .env
volumes:
- ./backend:/backend
- ./logs:/logs
- ./plots:/plots
- ./data:/data
......@@ -36,6 +37,7 @@ services:
ports:
- ${WEBSERVER_PORT}:5000
volumes:
- ./frontend:/frontend
- ./logs:/logs
- ./plots:/plots
- ./data:/data
......
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