mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
bug:#52 volume mount raises db savings upto 2min more
This commit is contained in:
@@ -9,8 +9,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8090:8090"
|
- "8090:8090"
|
||||||
command: "/htwkalender serve --http=0.0.0.0:8090 --dir=/pb_data"
|
command: "/htwkalender serve --http=0.0.0.0:8090 --dir=/pb_data"
|
||||||
volumes:
|
# volumes:
|
||||||
- ./backend/pb_data:/pb_data
|
# - ./backend/pb_data:/pb_data
|
||||||
htwkalender-frontend:
|
htwkalender-frontend:
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend/src:/app/src
|
- ./frontend/src:/app/src
|
||||||
|
Reference in New Issue
Block a user