From 0b91df9cf7365af3e36d95261335ca56c98f4045 Mon Sep 17 00:00:00 2001 From: phg Date: Fri, 5 Sep 2025 10:58:57 +0200 Subject: [PATCH] fix(bitpoll): update Bitpoll service configuration to use Dockerfile for build --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 89c7759..58dfda4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,7 +45,10 @@ services: - "traefik.http.routers.bitpoll-nginx-websecure.middlewares=secHeaders@file, hsts-header@file" bitpoll: - image: ghcr.io/fsinfuhh/bitpoll:${BITPOLL_TAG:?BITPOLL_TAG is not configured} + # image: ghcr.io/fsinfuhh/bitpoll:${BITPOLL_TAG:?BITPOLL_TAG is not configured} #only amd64 image + build: + dockerfile: Dockerfile + context: ./src restart: unless-stopped depends_on: db: