Skip to content
Snippets Groups Projects
Verified Commit f3ba763a authored by Jiří Pudil's avatar Jiří Pudil
Browse files

chore: add docker-compose for local development

parent b6b4cf0d
1 merge request!56chore: freshen this package up
name: grifart-tables
services:
db:
image: postgres:16-alpine
restart: unless-stopped
shm_size: 128mb
environment:
POSTGRES_PASSWORD: password
volumes:
- db:/var/lib/postgresql/data
ports:
- "5432:5432"
volumes:
db:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment