2022-10-09 22:30:32 +02:00
|
|
|
|
version: '3.8'
|
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
|
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"
|
2023-01-13 14:11:33 +01:00
|
|
|
|
# Optional: If you add ClamAV, uncomment the following to have ClamAV start first.
|
|
|
|
|
# depends_on:
|
|
|
|
|
# clamav:
|
|
|
|
|
# condition: service_healthy
|
2023-01-13 10:16:35 +01:00
|
|
|
|
# Optional: Add ClamAV (see README.md)
|
|
|
|
|
# ClamAV is currently only available for AMD64 see https://github.com/Cisco-Talos/clamav/issues/482
|
|
|
|
|
# clamav:
|
|
|
|
|
# restart: unless-stopped
|
2023-01-13 14:11:33 +01:00
|
|
|
|
# image: clamav/clamav
|