ci: deploy immutable staging images
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user