add pipeline 23
All checks were successful
Build-und-Deploy / build (push) Successful in 11s

This commit is contained in:
Nils Burghardt
2025-07-13 16:59:37 +02:00
parent a8a1aed30b
commit f65c1163c5

View File

@@ -27,7 +27,7 @@ services:
environment:
SPRING_PROFILES_ACTIVE: docker
volumes:
- shared_jar_data:/app/build/libs:ro
- shared_jar_data:/app:ro
entrypoint: [ "java", "-jar", "/app/build/libs/MyTimeTracker-0.0.1-SNAPSHOT.jar" ]
labels:
- "traefik.enable=true"