mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
13 lines
193 B
YAML
13 lines
193 B
YAML
version: "3.3"
|
|
services:
|
|
redis:
|
|
image: eqalpha/keydb
|
|
ports:
|
|
- "6379:6379"
|
|
database:
|
|
image: mongo
|
|
ports:
|
|
- "27017:27017"
|
|
volumes:
|
|
- ./.data/db:/data/db
|