chore(deps): update ghcr.io/lissy93/dashy docker tag to v3 (#3227)

* chore(deps): update ghcr.io/lissy93/dashy docker tag to v3

* Update app version [ready]

* fix(dashy): mount folder instead of conf file

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
Co-authored-by: Nicolas Meienberger <github@thisprops.com>
This commit is contained in:
renovate[bot] 2024-05-07 20:10:05 +02:00 committed by GitHub
parent d74e4c7d71
commit 2aa920c9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "dashy", "id": "dashy",
"tipi_version": 2, "tipi_version": 3,
"version": "2.1.2", "version": "3.0.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -1,13 +1,11 @@
version: "3"
services: services:
dashy: dashy:
container_name: dashy container_name: dashy
image: ghcr.io/lissy93/dashy:2.1.2 image: ghcr.io/lissy93/dashy:3.0.0
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:8080
volumes: volumes:
- ${APP_DATA_DIR}/data/dashy/conf.yml:/app/public/conf.yml - ${APP_DATA_DIR}/data/dashy:/app/user-data
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network
@ -15,7 +13,7 @@ services:
# Main # Main
traefik.enable: true traefik.enable: true
traefik.http.middlewares.dashy-web-redirect.redirectscheme.scheme: https traefik.http.middlewares.dashy-web-redirect.redirectscheme.scheme: https
traefik.http.services.dashy.loadbalancer.server.port: 80 traefik.http.services.dashy.loadbalancer.server.port: 8080
# Web # Web
traefik.http.routers.dashy-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.dashy-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.dashy-insecure.entrypoints: web traefik.http.routers.dashy-insecure.entrypoints: web