mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
New storage path
This commit is contained in:
parent
295ed49799
commit
863db0a540
@ -18,7 +18,7 @@ class Config:
|
||||
|
||||
''' ### Opaque ### '''
|
||||
OPAQUE_ADMIN = os.environ.get('OPAQUE_ADMIN')
|
||||
OPAQUE_STORAGE_DIRECTORY = '/opaque_storage'
|
||||
OPAQUE_STORAGE_DIRECTORY = '/mnt/opaque'
|
||||
|
||||
@staticmethod
|
||||
def init_app(app):
|
||||
|
@ -16,7 +16,7 @@ services:
|
||||
ports:
|
||||
- 5000:5000
|
||||
volumes:
|
||||
- /opaque_storage:/opaque_storage
|
||||
- /mnt/opaque:/mnt/opaque
|
||||
- ./app:/home/opaque/app
|
||||
- ./config.py:/home/opaque/config.py
|
||||
- ./migrations:/home/opaque/migrations
|
||||
|
Loading…
Reference in New Issue
Block a user