fix: always pull latest image on redeploy
Build and Deploy Spring Boot Server / build (push) Successful in 1m21s

This commit is contained in:
2026-05-12 23:25:07 +02:00
parent 29f26a8a18
commit 28df2a66ca
+1
View File
@@ -1,6 +1,7 @@
services:
xpensely-server:
image: tea.zendric.de/cedric/xpensely-server:latest
pull_policy: always
restart: always
environment:
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID}