Skip to content

Instantly share code, notes, and snippets.

@rririanto
Created May 12, 2021 05:49
Show Gist options
  • Save rririanto/c46beb2622d2cbd7826fdd4d171d3668 to your computer and use it in GitHub Desktop.
Save rririanto/c46beb2622d2cbd7826fdd4d171d3668 to your computer and use it in GitHub Desktop.
db
db:
image: postgres
container_name: db
restart: unless-stopped
tty: true
environment:
- POSTGRES_DB=blog
- POSTGRES_USER=blog
- POSTGRES_PASSWORD=blog
ports:
- 5432:5432
expose:
- "5432"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment