2022-04-25 15:15:17 +02:00
|
|
|
services:
|
2022-10-11 22:30:06 +02:00
|
|
|
pingvin-share:
|
|
|
|
image: stonith404/pingvin-share
|
2022-10-09 22:30:32 +02:00
|
|
|
restart: unless-stopped
|
2022-10-11 22:30:06 +02:00
|
|
|
ports:
|
|
|
|
- 3000:3000
|
2024-09-18 23:01:50 +02:00
|
|
|
environment:
|
|
|
|
- TRUST_PROXY=false # Set to true if a reverse proxy is in front of the container
|
2022-10-09 22:30:32 +02:00
|
|
|
volumes:
|
2023-01-13 10:16:35 +01:00
|
|
|
- "./data:/opt/app/backend/data"
|
2023-03-04 23:29:00 +01:00
|
|
|
- "./data/images:/opt/app/frontend/public/img"
|
2024-09-18 23:16:41 +02:00
|
|
|
|
|
|
|
# To add ClamAV, to scan your shares for malicious files,
|
|
|
|
# see https://stonith404.github.io/pingvin-share/setup/integrations/#clamav-docker-only
|