Skip to content

Commit

Permalink
Merge pull request rundeck#20 from bouhendfaycal/postgres-fix
Browse files Browse the repository at this point in the history
Postgres fix
  • Loading branch information
ltamaster authored Nov 19, 2020
2 parents 0cc79e7 + 1ab423f commit 8399f3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ services:
RUNDECK_DATABASE_DRIVER: org.postgresql.Driver
RUNDECK_DATABASE_USERNAME: rundeck
RUNDECK_DATABASE_PASSWORD: rundeck
RUNDECK_DATABASE_URL: jdbc:postgresql://postgres/rundeck?autoReconnect=true&useSSL=false
RUNDECK_DATABASE_URL: jdbc:postgresql://postgres/rundeck?autoReconnect=true&useSSL=false&allowPublicKeyRetrieval=true
volumes:
- ${RUNDECK_LICENSE_FILE:-/dev/null}:/home/rundeck/etc/rundeckpro-license.key
ports:
- 4440:4440
postgres:
image: postgres
expose:
- 3306
- 5432
environment:
- POSTGRES_DB=rundeck
- POSTGRES_USER=rundeck
- POSTGRES_PASSWORD=rundeck
volumes:
Expand Down

0 comments on commit 8399f3d

Please sign in to comment.