rundeck / docker-zoo

196 stars 82 forks source link

Missing variable for Oracle database #24

Closed fblettner closed 2 years ago

fblettner commented 3 years ago

The setup inside the docker image for Oracle is not complete, you should add the environment variable below. If not you will encountered disconnection from the database and errors inside rundeck like this one : Caused by: org.hibernate.exception.GenericJDBCException: could not prepare statement

Variable to add into the docker-compose.yml : RUNDECK_DATABASE_VALIDATIONQUERY: SELECT 1 FROM DUAL

Franck

fdevans commented 2 years ago

This is included in #29