-
-
Save rririanto/c46beb2622d2cbd7826fdd4d171d3668 to your computer and use it in GitHub Desktop.
db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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