Skip to content

Instantly share code, notes, and snippets.

@jerlyrosa
Created March 11, 2023 15:54
Show Gist options
  • Save jerlyrosa/e461d17fadd4284c8ceacf715ee11aa6 to your computer and use it in GitHub Desktop.
Save jerlyrosa/e461d17fadd4284c8ceacf715ee11aa6 to your computer and use it in GitHub Desktop.
Postgres local
version: '3.8'
services:
postgres:
image: 'postgres:latest'
restart: always
volumes:
- './postgres_data:/var/lib/postgresql/data'
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment