Restore Oracle container health check
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user