Pingvin
Source: Portainer stack 91 (pingvin) on endpoint 2.
version: '3.8'
services:
pingvin-share:
image: stonith404/pingvin-share
restart: unless-stopped
ports:
- 3450:3000 # Exposes Pingvin Share on port 3000 of the host machine.
volumes:
- "./data:/opt/app/backend/data" # Maps the host directory './data' to the container's data storage.
- "./data/images:/opt/app/frontend/public/img" # Specific path for image storage within the same data directory.