Das Docker Image muss ohne cache gebaut werden da ich Probleme mit den Metriken hatte
This commit is contained in:
parent
0f9112e8dd
commit
4aefb78dd1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ services:
|
|||
build:
|
||||
context: go/.
|
||||
dockerfile: Dockerfile
|
||||
no_cache: true
|
||||
#ports:
|
||||
# - "8080:8080" # Exponiere Port 8080 für Prometheus-Scraping
|
||||
restart: always # Neustart bei Fehlern oder Updates
|
||||
|
|
Loading…
Add table
Reference in a new issue