Add persistent folder to docker-compose

This commit is contained in:
Moritz Utcke
2023-06-08 13:40:07 +05:00
parent 86c7e86ea3
commit 0619845051
2 changed files with 1 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ services:
volumes:
- ./:/online-energieausweis
- ./node_modules/@ibcornelsen/ui:/online-energieausweis/node_modules/@ibcornelsen/ui
- ./persistent:/persistent
networks:
- postgres
db:

0
persistent/test.txt Normal file
View File