Added rethinkdb

This commit is contained in:
Thomas Hii 2024-06-29 17:57:28 +08:00
parent 4ceaf7a338
commit ed0b275479

View 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: