Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created January 13, 2023 04:39
Show Gist options
  • Save dipeshhkc/f1dde1d255f88e210f4dd27011db359a to your computer and use it in GitHub Desktop.
Save dipeshhkc/f1dde1d255f88e210f4dd27011db359a to your computer and use it in GitHub Desktop.
version: "3.8"
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
ports:
- 54322:5432
volumes:
- posgres_db:/var/lib/postgresql/data
volumes:
posgres_db:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment