first commit

This commit is contained in:
julien 2025-01-14 17:47:41 +01:00
commit ec1020a031
4 changed files with 16 additions and 0 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
TRUST_PROXY=true

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
volumes/

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# drop.netig.net

12
compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
pingvin-share:
image: stonith404/pingvin-share:latest
container_name: dropnetignet_pingvin-share
volumes:
- ./volumes/data:/opt/app/backend/data
- ./volumes/data/images:/opt/app/frontend/public/img
env_file:
- .env
ports:
- "127.0.0.1:9006:3000"
restart: unless-stopped