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