Files
archived-next-auth/test/docker/postgres.yml
2020-06-01 01:06:44 +01:00

13 lines
216 B
YAML

version: '2'
services:
postgres:
image: postgres
restart: always
environment:
POSTGRES_USER: nextauth
POSTGRES_PASSWORD: password
POSTGRES_DB: nextauth
ports:
- "5432:5432"