8
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 2s
Build and Deploy Scheduler / build_image (push) Successful in 1m19s
Build and Deploy Scheduler / deploy (push) Failing after 1s

This commit is contained in:
teddys48
2026-02-12 14:31:38 +07:00
parent 607074eb33
commit 4f2dc5110f

View File

@@ -1,6 +1,6 @@
services:
app:
image: ${REGISTRY}/${IMAGE_NAME}:${TAG}
image: localhost:9999/scheduler-app:${TAG}
container_name: scheduler-app
restart: always