Created
September 26, 2021 21:09
-
-
Save duanebester/a60c88a6c17b5808d9f314a432f5bffc to your computer and use it in GitHub Desktop.
Test Postgres DB for Clunk
This file contains hidden or 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
version: '3.9' | |
services: | |
postgres: | |
image: postgres:13 | |
ports: | |
- 5432:5432 | |
environment: | |
POSTGRES_USER: jimmy | |
POSTGRES_PASSWORD: banana | |
POSTGRES_DB: world |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment