mirror of
https://github.com/tinode/chat.git
synced 2026-05-07 20:12:42 +00:00
17 lines
365 B
YAML
17 lines
365 B
YAML
version: '3.8'
|
|
|
|
x-rethinkdb-tinode-env-vars: &rethinkdb-tinode-env-vars
|
|
"STORE_USE_ADAPTER": "rethinkdb"
|
|
|
|
services:
|
|
db:
|
|
image: rethinkdb:2.4.0
|
|
container_name: rethinkdb
|
|
healthcheck:
|
|
test: ["CMD", "curl -f http://localhost:8080/ || exit 1"]
|
|
|
|
tinode-0:
|
|
environment:
|
|
<< : *rethinkdb-tinode-env-vars
|
|
"WAIT_FOR": "rethinkdb:8080"
|