Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created September 10, 2023 02:32
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 bbachi/6b54006f467ff443ae691d68407652ec to your computer and use it in GitHub Desktop.
Save bbachi/6b54006f467ff443ae691d68407652ec to your computer and use it in GitHub Desktop.
version: '3.8'
services:
db:
image: postgres:14.1-alpine
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- '5432:5432'
volumes:
- db:/var/lib/postgresql/data
volumes:
db:
driver: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment