sshmon/README.md

18 lines
312 B
Markdown
Raw Permalink Normal View History

2022-08-22 09:02:17 +00:00
# sshmon
### Utility to monitor uptime of servers/services
## First configuration
1. Create docker image
2022-09-16 17:00:02 +00:00
- `$ docker build -t sshmon:surreal .`
2022-08-22 09:02:17 +00:00
2. Setup containers
- `$ docker-compose up -d`
2022-09-16 17:00:02 +00:00
- This will open ports 8000 for database and 8080 for main app
2022-08-22 09:02:17 +00:00
2022-09-16 17:00:02 +00:00
3. Register new account in app
4. Login
5. Enjoy!
2022-08-22 09:02:17 +00:00