mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-15 11:50:34 +01:00
e5e9d85d39
* compose version tag is not a necessity * adjust default nextjs port * Update docker-compose.yml --------- Co-authored-by: Elias Schneider <login@eliasschneider.com>
19 lines
584 B
YAML
19 lines
584 B
YAML
services:
|
||
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
|