refactor, add vehicles and classes
add gitignore for node_modules
This commit is contained in:
parent
6bedb26037
commit
f5df061b42
19 changed files with 1213 additions and 108 deletions
|
@ -2,9 +2,9 @@ version: "3"
|
|||
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
image: redislabs/redistimeseries:1.8.3
|
||||
command: redis-server --save "" --appendonly no
|
||||
container_name: redis
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
- "6379:6379"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue