feat: update AUTH_SECRET handling and improve session management
Build and Push Docker Image / build (push) Successful in 1m23s

fix: add credentials to POST request in NewCompanyPage
fix: update Docker image pull policy for app service
This commit is contained in:
hwinkel
2026-05-03 09:24:41 +02:00
parent b22e5baa5c
commit 38c8304336
5 changed files with 38 additions and 16 deletions
+1
View File
@@ -23,6 +23,7 @@ services:
# registry.henryathome.home64.de/henry/annasrechnungsmanager:latest
image: git.henryathome.home64.de/henry/annasrechnungsmanager:latest
container_name: annas_app
pull_policy: always
restart: unless-stopped
ports:
- "3000:3000"