Switch from individual config files to config directory
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 18s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-02-26 01:18:23 -08:00
parent 11a2bdf7a4
commit 6674b32656
7 changed files with 1 additions and 6 deletions

View File

@ -10,12 +10,7 @@ services:
volumes:
- $DOCKER_DATA/logs:/app/config/logs
- ./icons/:/app/public/icons
- ./bookmarks.yaml:/app/config/bookmarks.yaml
- ./docker.yaml:/app/config/docker.yaml
- ./kubernetes.yaml:/app/config/kubernetes.yaml
- ./services.yaml:/app/config/services.yaml
- ./settings.yaml:/app/config/settings.yaml
- ./widgets.yaml:/app/config/widgets.yaml
- ./config:/app/config/
- /var/run/docker.sock:/var/run/docker.sock:ro
labels:
- traefik.http.routers.homepage-tasmota.rule=Host(`home.tasmota.jafner.net`)