fix: remove read_only for API container to allow device mounts
Ampel / ampel (push) Successful in 30s
Ampel / ampel (push) Successful in 30s
This commit is contained in:
+1
-5
@@ -31,11 +31,7 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
read_only: true
|
read_only: false
|
||||||
tmpfs:
|
|
||||||
- /app/tmp
|
|
||||||
- /run
|
|
||||||
- /tmp
|
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user