Add db docker compose
This commit is contained in:
parent
585c2842de
commit
d98231184a
13
db/docker-compose.yml
Normal file
13
db/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
rethinkdb:
|
||||||
|
image: rethinkdb:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- rethinkdb_data:/data
|
||||||
|
ports:
|
||||||
|
- "28015:28015" # Client driver port
|
||||||
|
- "8080:8080" # Admin UI port
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
rethinkdb_data:
|
Loading…
x
Reference in New Issue
Block a user