Skip to content

Instantly share code, notes, and snippets.

@omedhabib
Last active March 24, 2021 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omedhabib/af9258ab47f65231bd868afa0ed69542 to your computer and use it in GitHub Desktop.
Save omedhabib/af9258ab47f65231bd868afa0ed69542 to your computer and use it in GitHub Desktop.
version: '3'
services:
testdb_postgres:
image: postgres:12
restart: always
ports:
- 5432:5432
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_DB: test_data
container_name: testdb_postgres
volumes:
- /tmp:/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment