Remove picoshare and dashy (unused services)

This commit is contained in:
2026-02-28 23:00:39 +00:00
parent 44c773c943
commit 1c8547d5da
2 changed files with 0 additions and 48 deletions
-25
View File
@@ -1,25 +0,0 @@
networks:
default:
external:
name: npm-network
services:
dashy:
image: lissy93/dashy
container_name: dashy
volumes:
- /srv/dashy:/app/user-data
ports:
- 9000:8080
environment:
- NODE_ENV=production
- VIRTUAL_HOST=dashy.kolpacksoftware.com
- VIRTUAL_PORT=8080
- LETSENCRYPT_HOST=dashy.kolpacksoftware.com
restart: unless-stopped
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
-23
View File
@@ -1,23 +0,0 @@
version: "3.2"
services:
picoshare:
container_name: picoshare
image: mtlynch/picoshare
environment:
- PORT=4001
- PS_SHARED_SECRET=${SHARED_SECRET} # Change to any password
- PS_BEHIND_PROXY=true
ports:
- 4001:4001
networks:
- npm-network
command: -db /data/store.db
volumes:
- /srv/picoshare-data:/data
networks:
default:
npm-network:
external: true