Restore Oracle container health check

This commit is contained in:
Ophir LOJKINE
2026-07-15 17:08:26 +02:00
parent a175fd4215
commit bf27e3e711
+7 -1
View File
@@ -66,8 +66,14 @@ services:
oracle:
profiles: ["oracle"]
ports: ["1521:1521"]
image: gvenzl/oracle-free:slim
image: gvenzl/oracle-free:23.26.2-slim
environment:
ORACLE_PASSWORD: Password123!
APP_USER: root
APP_USER_PASSWORD: Password123!
healthcheck:
test: ["CMD", "healthcheck.sh"]
interval: 10s
timeout: 5s
retries: 10
start_period: 5s