[DEV] remove read-only model tp prevent errors ...
This commit is contained in:
parent
1fd16e23ba
commit
b1f27d52de
@ -40,7 +40,9 @@ services:
|
|||||||
- karideo_db_service:db
|
- karideo_db_service:db
|
||||||
volumes:
|
volumes:
|
||||||
- /workspace/data/karideo/media:/application/data
|
- /workspace/data/karideo/media:/application/data
|
||||||
read_only: true
|
- /workspace/data/karideo/tmp:/application/tmp
|
||||||
|
# readonly error due to the temporary files, need test: System.setProperty("java.io.tmpdir", "/application/tmp"); maybe create some problem in the read/write access for the HDD drive...
|
||||||
|
#read_only: true
|
||||||
mem_limit: 1200m
|
mem_limit: 1200m
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget" ,"http://localhost:18080/karideo/api/health_check", "-O", "/dev/null"]
|
test: ["CMD", "wget" ,"http://localhost:18080/karideo/api/health_check", "-O", "/dev/null"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user