Update home-tools.yaml
parent
113a725c89
commit
172c340acb
|
@ -1,23 +1,13 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
|
||||
dashy:
|
||||
image: lissy93/dashy
|
||||
container_name: Dashy
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:latest
|
||||
restart: unless-stopped
|
||||
# Pass in your config file below, by specifying the path on your host machine
|
||||
#volumes:
|
||||
# - /dockers/dashy/public:/app/public
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
healthcheck:
|
||||
test: ['CMD', 'node', '/app/services/healthcheck']
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 40s
|
||||
volumes:
|
||||
- /dockers/homarr/configs:/app/data/configs
|
||||
- /dockers/homarr/icons:/app/public/icons
|
||||
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
|
|
Loading…
Reference in New Issue