fix(service): pingvinshare-with-clamav

- add platform to make clamav work
- formatting
This commit is contained in:
peaklabs-dev
2025-06-18 14:14:50 +02:00
parent 86ee90a9a7
commit 8048c66924

View File

@@ -13,9 +13,6 @@ services:
volumes:
- pingvinshare_data:/opt/app/backend/data
- pingvinshare_images:/opt/app/frontend/public/img
depends_on:
clamav:
condition: service_healthy
healthcheck:
test:
[
@@ -25,6 +22,10 @@ services:
interval: 5s
timeout: 20s
retries: 10
depends_on:
clamav:
condition: service_healthy
clamav:
image: clamav/clamav
platform: linux/amd64