Compare commits
No commits in common. "0b91df9cf7365af3e36d95261335ca56c98f4045" and "1c064021c07908a47e01121632b4ebc24786139d" have entirely different histories.
0b91df9cf7
...
1c064021c0
3 changed files with 1 additions and 8 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "src"]
|
|
||||||
path = src
|
|
||||||
url = https://github.com/fsinfuhh/Bitpoll.git
|
|
|
@ -45,10 +45,7 @@ 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} #only amd64 image
|
image: ghcr.io/fsinfuhh/bitpoll:${BITPOLL_TAG:?BITPOLL_TAG is not configured}
|
||||||
build:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
context: ./src
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
|
|
1
src
1
src
|
@ -1 +0,0 @@
|
||||||
Subproject commit 4a3e6a5e3500308a428a6c7644f50d423adca6fc
|
|
Loading…
Add table
Add a link
Reference in a new issue