This commit is contained in:
smayzy
2025-02-25 23:27:34 +01:00
parent 06afac3be4
commit b977e19925
19 changed files with 248 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
pingvin-share:
image: stonith404/pingvin-share
restart: always
ports:
- 80:3000
environment:
- TRUST_PROXY=true
volumes:
- "./data:/opt/app/backend/data"
- "./images:/opt/app/frontend/public/img"