diff --git a/bxl-rpi/apps/docker-compose.invoice.yaml b/bxl-rpi/apps/docker-compose.invoice.yaml index 28e3254..d4b5a52 100644 --- a/bxl-rpi/apps/docker-compose.invoice.yaml +++ b/bxl-rpi/apps/docker-compose.invoice.yaml @@ -13,13 +13,13 @@ services: networks: - invoice - external - labels: - - "traefik.enable=true" - - "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)" - - "traefik.http.services.invoice.loadbalancer.server.port=80" - - "traefik.http.routers.invoice.tls=true" - - "traefik.http.routers.invoice.tls.certresolver=http" - - "traefik.http.routers.invoice.entrypoints=internalsecure" + #labels: + #- "traefik.enable=true" + #- "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)" + #- "traefik.http.services.invoice.loadbalancer.server.port=80" + #- "traefik.http.routers.invoice.tls=true" + #- "traefik.http.routers.invoice.tls.certresolver=http" + #- "traefik.http.routers.invoice.entrypoints=internalsecure" invoiceninja: image: invoiceninja/invoiceninja:5 @@ -46,6 +46,31 @@ services: - invoice - storage + invoiceplane: + container_name: invoiceplane + image: mhzawadi/invoiceplane:latest + volumes: + - $DATA/invoiceplane/uploads:/var/www/html/uploads + - $DATA/invoiceplane/ipconfig.php:/var/www/html/ipconfig.php + - /etc/localtime:/etc/localtime:ro + environment: + - IP_URL=https://invoice.bhasher.com + #- MYSQL_HOST=mariadb + #- MYSQL_USER=root + #- MYSQL_PASSWORD=${MARIADB_ROOT} + #- MYSQL_DB=InvoicePlane + #- DISABLE_SETUP=false + labels: + - "traefik.enable=true" + - "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)" + - "traefik.http.services.invoice.loadbalancer.server.port=80" + - "traefik.http.routers.invoice.tls=true" + - "traefik.http.routers.invoice.tls.certresolver=http" + - "traefik.http.routers.invoice.entrypoints=internalsecure" + networks: + - external + - storage + networks: invoice: external: diff --git a/bxl-rpi/config/dashy/config.yml b/bxl-rpi/config/dashy/config.yml index 7b391e2..3dc2a48 100644 --- a/bxl-rpi/config/dashy/config.yml +++ b/bxl-rpi/config/dashy/config.yml @@ -173,11 +173,6 @@ sections: holidayType: all monthsToShow: 12 id: 1_1554_publicholidays - - type: github-profile-stats - options: - username: BhasherBEL - hideLanguagesCard: true - id: 2_1554_githubprofilestats displayData: sortBy: default rows: 1 @@ -194,6 +189,11 @@ sections: widgets: - type: public-ip id: 0_1331_publicip + - type: github-profile-stats + options: + username: BhasherBEL + hideLanguagesCard: true + id: 2_1554_githubprofilestats - type: crypto-watch-list options: currency: USD @@ -206,7 +206,7 @@ sections: widgets: - type: pi-hole-stats options: - hostname: http://pihole + hostname: http://pihole/admin/api.php apiKey: '' id: 0_1062_piholestats displayData: diff --git a/bxl-rpi/system/docker-compose.watchtower.yaml b/bxl-rpi/system/docker-compose.watchtower.yaml index 53987bf..a8eac5a 100644 --- a/bxl-rpi/system/docker-compose.watchtower.yaml +++ b/bxl-rpi/system/docker-compose.watchtower.yaml @@ -24,6 +24,8 @@ services: - "--notification-email-server-password=${SMTP_PASSWORD}" networks: - monitoring + labels: + - "com.centurylinklabs.watchtower.enable=false" networks: monitoring: