We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c63ea1c + a04cdb0 commit 75ff287Copy full SHA for 75ff287
.gitignore
@@ -3,5 +3,6 @@
3
web/app/node_modules/
4
ldap-data/
5
logs/
6
+migrations/
7
-api/database.mwb.bak
8
+api/database.mwb.bak
docker-compose.yml
@@ -54,6 +54,7 @@ services:
54
- "5000:5000"
55
volumes:
56
- ./api/app:/app
57
+ - ./migrations:/migrations
58
- ./logs:/logs
59
environment:
60
FLASK_API_VERSION: "1.0"
0 commit comments