[DEV] remove read-only model tp prevent errors ...

This commit is contained in:
Edouard DUPIN 2022-06-07 00:22:24 +02:00
parent 1fd16e23ba
commit b1f27d52de

View File

@ -40,7 +40,9 @@ services:
- karideo_db_service:db
volumes:
- /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
healthcheck:
test: ["CMD", "wget" ,"http://localhost:18080/karideo/api/health_check", "-O", "/dev/null"]