Skip to content

Instantly share code, notes, and snippets.

@jppg
Last active November 29, 2019 14:15
Show Gist options
  • Save jppg/7282aae75b2cb56835fe42de857e6e59 to your computer and use it in GitHub Desktop.
Save jppg/7282aae75b2cb56835fe42de857e6e59 to your computer and use it in GitHub Desktop.
# dockerfile-postgres.yml
version: '3.1'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_DB: Mercury
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment