Skip to content

Instantly share code, notes, and snippets.

@animato
Created January 8, 2024 13:49
Show Gist options
  • Save animato/231e68cb3a01ceccdef81afbb5badf0c to your computer and use it in GitHub Desktop.
Save animato/231e68cb3a01ceccdef81afbb5badf0c to your computer and use it in GitHub Desktop.
services:
postgres:
image: 'postgres:15.3'
environment:
- 'POSTGRES_USER=myuser'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_DB=mydb'
ports:
- '5432:5432'
labels:
org.springframework.boot.jdbc.parameters: 'ssl=true&sslmode=require'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment