Remove picoshare and dashy (unused services)
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user