ci: deploy immutable staging images

This commit is contained in:
Jesse_Chen
2026-07-21 01:24:38 +08:00
parent e645bcea56
commit d2e9bbca4a
4 changed files with 436 additions and 59 deletions
+2
View File
@@ -1,5 +1,6 @@
services:
api:
image: ${API_IMAGE:-jyotisha-api:local}
build:
context: ..
dockerfile: deploy/railway-api.Dockerfile
@@ -18,6 +19,7 @@ services:
retries: 5
web:
image: ${WEB_IMAGE:-jyotisha-web:local}
build:
context: ..
dockerfile: deploy/railway-web.Dockerfile