https://github.com/steemit/steemnotify
https://github.com/steemit/steemnotify
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/steemit/steemnotify
- Owner: steemit
- Created: 2016-10-26T19:20:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T19:49:46.000Z (about 9 years ago)
- Last Synced: 2025-03-25T02:51:13.203Z (over 1 year ago)
- Language: Lua
- Size: 34.2 KB
- Stars: 6
- Watchers: 20
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Build
```bash
docker-compose build
```
### Run
```bash
docker-compose up
```
### Use
Tarantool database should be available on port 3301 of your local host.
To access the data via console please to the following:
```bash
$ docker-compose exec datastore /bin/sh
$ tarantoolctl connect guest@localhost:3301
or
$ docker-compose exec datastore tarantoolctl connect guest@localhost:3301
```