[DEV] error in docker-compose data Folder...
This commit is contained in:
parent
ff5e479dcb
commit
47c16889bd
@ -24,7 +24,6 @@ services:
|
||||
- 18079:8080
|
||||
links:
|
||||
- karideo_db_service:db
|
||||
read_only: true
|
||||
mem_limit: 100m
|
||||
|
||||
karideo_back_service:
|
||||
@ -39,6 +38,8 @@ services:
|
||||
- ./config.env
|
||||
links:
|
||||
- karideo_db_service:db
|
||||
volumes:
|
||||
- /workspace/data/karideo/media:/application/data
|
||||
read_only: true
|
||||
mem_limit: 1200m
|
||||
healthcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user