add exported compose files
This commit is contained in:
25
docker/compose/dashy.yml
Normal file
25
docker/compose/dashy.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
|
||||
version: "3.8"
|
||||
services:
|
||||
dashy:
|
||||
container_name: dashy
|
||||
image: lissy93/dashy
|
||||
volumes:
|
||||
- public:/app/public
|
||||
ports:
|
||||
- 4000:80
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
restart: unless-stopped
|
||||
|
||||
healthcheck:
|
||||
test: ['CMD', 'node', '/app/services/healthcheck']
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
volumes:
|
||||
public:
|
||||
driver: local
|
Reference in New Issue
Block a user