From 09c5c124403aafd8b8e2d218a1460c4a1c656624 Mon Sep 17 00:00:00 2001 From: BhasherBEL Date: Mon, 2 Jan 2023 23:40:52 +0100 Subject: [PATCH] bxl dashy --- bxl/other.docker-compose.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/bxl/other.docker-compose.yaml b/bxl/other.docker-compose.yaml index 54373d1..9f4f669 100644 --- a/bxl/other.docker-compose.yaml +++ b/bxl/other.docker-compose.yaml @@ -50,6 +50,32 @@ services: networks: - external + dashy: + container_name: dashy + image: lissy93/dashy:latest + volumes: + - /mnt/Main/containers/dashy/config.yml:/app/public/conf.yml + environment: + - NODE_ENV=production + - UID=1000 + - GID=1000 + restart: unless-stopped + healthcheck: + test: ['CMD', 'node', '/app/services/healthcheck'] + interval: 30s + timeout: 10s + retries: 3 + start_period: 40s + labels: + - "traefik.enable=true" + - "traefik.http.routers.dashy.rule=Host(`dashboard.bhasher.com`)" + - "traefik.http.routers.dashy.entrypoints=internalsecure" + - "traefik.http.services.dashy.loadbalancer.server.port=80" + - "traefik.http.routers.dashy.tls=true" + - "traefik.http.routers.dashy.tls.certresolver=http" + networks: + - external + networks: external: external: true \ No newline at end of file