Added rethinkdb
This commit is contained in:
parent
4ceaf7a338
commit
ed0b275479
1 changed files with 19 additions and 0 deletions
19
docker/docker-compose-rethinkdb.yml
Normal file
19
docker/docker-compose-rethinkdb.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
rethinkdb:
|
||||
image: rethinkdb:latest
|
||||
restart: "no"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "28015:28015"
|
||||
- "29015:29015"
|
||||
volumes:
|
||||
- "rethinkdb:/data"
|
||||
networks:
|
||||
- webnet
|
||||
|
||||
volumes:
|
||||
rethinkdb:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
webnet:
|
Loading…
Reference in a new issue