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

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"