dashboard

This commit is contained in:
2024-05-06 14:02:49 +02:00
parent 88bb561b39
commit 01baaa951f
7 changed files with 6586 additions and 0 deletions

View File

@ -6,3 +6,16 @@ networks:
#### SERVICES
services:
picoshare:
image: mtlynch/picoshare
environment:
- PORT=4001
- PS_SHARED_SECRET=GolDoRak # Changez_moi!
networks:
- back_network
ports:
- 4001:4001
command: -db /data/store.db
volumes:
- ./picoshare/data:/data
restart: unless-stopped