gopher-watch

module
v0.0.0-...-7a831ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MIT

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

Directories

Path Synopsis
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL