chore: fix data volumes in Compose file
This commit is contained in:
parent
62f9d27460
commit
c954ccd9b6
@ -2,3 +2,4 @@
|
||||
**/.git
|
||||
Dockerfile*
|
||||
.*
|
||||
data/
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -17,6 +17,5 @@ yarn.lock
|
||||
# MongoDB VSCode extension playground scripts
|
||||
/database_scripts
|
||||
|
||||
# Default Docker directories
|
||||
/static-data
|
||||
/database
|
||||
# Default Docker directory
|
||||
/data
|
||||
|
@ -27,7 +27,8 @@ services:
|
||||
# APP_UNIVERSAL_POLARITY_EVERYWHERE: true
|
||||
# APP_SPOOF_MASTERY_RANK: -1
|
||||
volumes:
|
||||
- ./static-data:/app/static/data
|
||||
- ./data/static:/app/static/data
|
||||
- ./data/logs:/app/logs
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
@ -39,4 +40,4 @@ services:
|
||||
MONGO_INITDB_ROOT_USERNAME: openwfagent
|
||||
MONGO_INITDB_ROOT_PASSWORD: spaceninjaserver
|
||||
volumes:
|
||||
- ./database:/app/static/data
|
||||
- ./data/database:/data/db
|
Loading…
x
Reference in New Issue
Block a user