mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
13 lines
216 B
YAML
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" |