mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* Add support for Fauna DB * Add integration tests Co-authored-by: Nico Domino <yo@ndo.dev>
7 lines
78 B
YAML
7 lines
78 B
YAML
version: '2'
|
|
|
|
services:
|
|
|
|
fauna:
|
|
image: fauna/faunadb
|
|
restart: always |