mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
13 lines
229 B
YAML
13 lines
229 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
mongo:
|
|
image: bitnami/mongodb
|
|
restart: always
|
|
environment:
|
|
MONGODB_USERNAME: nextauth
|
|
MONGODB_PASSWORD: password
|
|
MONGODB_DATABASE: nextauth
|
|
ports:
|
|
- "27017:27017" |