Skip to content

Instantly share code, notes, and snippets.

View jparanda's full-sized avatar
💭
Coding !!

Juan Pablo Aranda Galvis jparanda

💭
Coding !!
View GitHub Profile
version: "3.8"
services:
postgres:
image: postgres:latest
container_name: postgres
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=12345
- POSTGRES_DB=book-db
volumes: