fix(service): pingvinshare-with-clamav
- add platform to make clamav work - formatting
This commit is contained in:
@@ -13,9 +13,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- pingvinshare_data:/opt/app/backend/data
|
- pingvinshare_data:/opt/app/backend/data
|
||||||
- pingvinshare_images:/opt/app/frontend/public/img
|
- pingvinshare_images:/opt/app/frontend/public/img
|
||||||
depends_on:
|
|
||||||
clamav:
|
|
||||||
condition: service_healthy
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
@@ -25,6 +22,10 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
depends_on:
|
||||||
|
clamav:
|
||||||
|
condition: service_healthy
|
||||||
|
|
||||||
clamav:
|
clamav:
|
||||||
image: clamav/clamav
|
image: clamav/clamav
|
||||||
|
platform: linux/amd64
|
||||||
|
Reference in New Issue
Block a user