docker-compose/pingvin-share/docker-compose.yml

21 lines
633 B
YAML
Raw Permalink Normal View History

2024-07-21 13:28:09 +03:00
version: '3.8'
services:
pingvin-share:
container_name: pingvin-share
image: stonith404/pingvin-share
restart: unless-stopped
ports:
- 3000:3000
volumes:
- "./data:/opt/app/backend/data"
- "./data/images:/opt/app/frontend/public/img"
# Optional: If you add ClamAV, uncomment the following to have ClamAV start first.
# depends_on:
# clamav:
# condition: service_healthy
# 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
# image: clamav/clamav