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