Initial dev deployment [infra]

This commit is contained in:
Stephan D
2026-03-16 13:18:22 +01:00
parent 260e514957
commit 311d080aa5
91 changed files with 432 additions and 523 deletions

View File

@@ -19,7 +19,7 @@ services:
<<: *common-env
container_name: sendico-frontend
restart: unless-stopped
image: ${REGISTRY_URL}/frontend/service:${APP_V}
image: ${REGISTRY_URL}/frontend/service:${IMAGE_TAG:-${APP_V}}
pull_policy: always
environment:
WS_PROTOCOL: ${WS_PROTOCOL}