fix(bitpoll): update Bitpoll service configuration to use Dockerfile for build
This commit is contained in:
parent
86ec08cb9e
commit
0b91df9cf7
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ services:
|
||||||
- "traefik.http.routers.bitpoll-nginx-websecure.middlewares=secHeaders@file, hsts-header@file"
|
- "traefik.http.routers.bitpoll-nginx-websecure.middlewares=secHeaders@file, hsts-header@file"
|
||||||
|
|
||||||
bitpoll:
|
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
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue