This commit is contained in:
2025-12-22 15:54:04 +01:00
parent 3d4484ae46
commit b95077ad51
5 changed files with 135 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
picoshare:
image: mtlynch/picoshare
container_name: picoshare
restart: unless-stopped
deploy:
resources:
limits:
memory: 64M
environment:
- PORT=4001
- PS_SHARED_SECRET=cx3pkZFK!90MUy9
ports:
- 9001:4001
command: -db /data/store.db
volumes:
- ./data:/data
networks: {}