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