Update backend service image to optimized version in Docker Compose configuration

This commit is contained in:
T. Narantuya 2025-08-30 11:02:02 +09:00
parent e13f63cf0c
commit 5e21d2840a

View File

@ -24,7 +24,7 @@ services:
retries: 3
backend:
image: portal-backend
image: portal-backend:optimized
container_name: portal-backend
network_mode: host
pull_policy: never