Categorygithub.com/piperdaniel1/gopher-watch
repository
0.0.0-20241209034323-7a831ae55839
Repository: https://github.com/piperdaniel1/gopher-watch.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gopher-watch

Batteries included server monitoring software written exclusively in Go.

Postgres Docker Container Setup

For the dev environment:

sudo docker run --name gopher-watch-postgres -e POSTGRES_USER=root -e POSTGRES_PASSWORD=password -e POSTGRES_DB=gopher_watch -p 5432:5432 -d postgres

For the test environment:

sudo docker run --name gopher-watch-test-postgres -e POSTGRES_USER=root -e POSTGRES_PASSWORD=password -e POSTGRES_DB=gopher_watch -p 5433:5432 -d postgres