Skip to content

Instantly share code, notes, and snippets.

View johngouf's full-sized avatar

Yiannis Gkoufas johngouf

View GitHub Profile
@johngouf
johngouf / docker-compose.yml
Created April 16, 2022 10:28
Docker Compose Supertokens-Postgres
version: '3'
services:
db:
image: postgres:latest
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass
POSTGRES_DB: supertokens
ports: