Skip to content

Instantly share code, notes, and snippets.

@asimkaya
Created January 31, 2025 07:47
Show Gist options
  • Select an option

  • Save asimkaya/886814593c6da9fa38fbd62e138d2b80 to your computer and use it in GitHub Desktop.

Select an option

Save asimkaya/886814593c6da9fa38fbd62e138d2b80 to your computer and use it in GitHub Desktop.
version: '3.9'
services:
db:
image: postgres
restart: always
ports:
- "5432:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
volumes:
- postgres-data:/var/lib/postgresql/data
volumes:
postgres-data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment