changed: docker-stack image var
All checks were successful
Build & Deploy / Build & Push (push) Successful in 3m3s
Build & Deploy / Deploy (push) Successful in 17s
Build & Deploy / Docker GC (push) Successful in 8s

This commit is contained in:
AlucardDev
2026-08-29 01:27:02 +03:00
parent d510b33128
commit 979a95ce3f

View File

@@ -1,6 +1,6 @@
services:
app:
image: ${IMAGE_TAG}
image: ${IMAGE}
environment:
- NODE_ENV=production
- PORT=3000