Skip to content

Instantly share code, notes, and snippets.

@WLSF
Created August 24, 2020 15:56
Show Gist options
  • Save WLSF/d26143ad0ed50f165763ff600dae1144 to your computer and use it in GitHub Desktop.
Save WLSF/d26143ad0ed50f165763ff600dae1144 to your computer and use it in GitHub Desktop.
version: '3'
services:
db:
image: postgres:11-alpine
restart: always
ports:
- 5432:5432
volumes:
- ./db-data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment