Skip to content

Instantly share code, notes, and snippets.

@wulymammoth
Created October 15, 2020 04:10
Show Gist options
  • Save wulymammoth/57a1321fd6b280e1821b4f106865962a to your computer and use it in GitHub Desktop.
Save wulymammoth/57a1321fd6b280e1821b4f106865962a to your computer and use it in GitHub Desktop.
version: "3.7"
services:
db:
environment:
- POSTGRES_USER=postgres
image: postgres
ports:
- "5432:5432"
restart: always
volumes:
- pgdata:/var/lib/postgresql/data/
volumes:
pgdata:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment