Skip to content

Instantly share code, notes, and snippets.

View Stepakinoyan's full-sized avatar

ScrollDude Stepakinoyan

View GitHub Profile
services:
db:
image: postgres:latest
env_file:
- .env
volumes:
- postgres_data:/var/lib/postgresql/data
ports:
- "5432:5432"
healthcheck: