healthcheck 방어코드

This commit is contained in:
2026-07-31 14:08:59 +09:00
parent 500f840e93
commit 37356cf774
3 changed files with 34 additions and 0 deletions
+6
View File
@@ -38,6 +38,9 @@ services:
restart: always
linkforty-prod:
build:
context: .
dockerfile: Dockerfile
image: linkforty-custom:latest
container_name: linkforty-core-prod
restart: always
@@ -69,6 +72,9 @@ services:
restart: always
linkforty-sandbox:
build:
context: .
dockerfile: Dockerfile
image: linkforty-custom:latest
container_name: linkforty-core-sandbox
restart: always