Skip to content

Instantly share code, notes, and snippets.

View doutdex's full-sized avatar

Jean Paul doutdex

View GitHub Profile
@doutdex
doutdex / metabase-postgres.docker-compose.yml
Created January 7, 2021 21:09 — forked from eliashussary/metabase-postgres.docker-compose.yml
A docker-compose file for metabase with postgres.
version: "3"
services:
postgres-db:
image: postgres
restart: always
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: postgres