diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 1917291..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src"] - path = src - url = https://github.com/fsinfuhh/Bitpoll.git diff --git a/docker-compose.yml b/docker-compose.yml index 58dfda4..89c7759 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -45,10 +45,7 @@ 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} #only amd64 image - build: - dockerfile: Dockerfile - context: ./src + image: ghcr.io/fsinfuhh/bitpoll:${BITPOLL_TAG:?BITPOLL_TAG is not configured} restart: unless-stopped depends_on: db: diff --git a/src b/src deleted file mode 160000 index 4a3e6a5..0000000 --- a/src +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a3e6a5e3500308a428a6c7644f50d423adca6fc