Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andimiller/timerboard-net-dev
https://github.com/andimiller/timerboard-net-dev
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andimiller/timerboard-net-dev
- Owner: andimiller
- Created: 2014-10-11T01:44:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:42:04.000Z (almost 2 years ago)
- Last Synced: 2023-12-29T20:10:16.552Z (11 months ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timerboard-net-dev
```bash
# postgres db
docker run --name timerboard-postgres -e POSTGRES_PASSWORD=foobar -d postgres
# redis db
docker run --name timerboard-redis -d redis:3.2
# and the web service
docker run --link timerboard-postgres:postgres --link timerboard-redis:redis -v /home/andi/timerboard-net-dev/config:/config -e TIMERBOARD_SETTINGS=/config/config.json -p 8081:80 timerboard-net-dev
```