Compare commits
2 commits
1c064021c0
...
0b91df9cf7
Author | SHA1 | Date | |
---|---|---|---|
0b91df9cf7 | |||
86ec08cb9e |
3 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "src"]
|
||||||
|
path = src
|
||||||
|
url = https://github.com/fsinfuhh/Bitpoll.git
|
|
@ -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:
|
||||||
|
|
1
src
Submodule
1
src
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4a3e6a5e3500308a428a6c7644f50d423adca6fc
|
Loading…
Add table
Add a link
Reference in a new issue