gobind

command module
v0.0.0-...-f97eb1b Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 7 Imported by: 0

README

Run API docker image

docker run -p 5051:5051 -e BINDER_DB_DRIVER=postgres -e BINDER_DB_SOURCE="postgres://postgres:${DKR_POSTGRES_PWD}@postgres:${DKR_POSTGRES_PORT}/binder_ut?sslmode=disable" -e GIN_MODE=release -e BINDER_API_SERVER_ADDRESS=":5051" -d --name gobinder__api --network gobind-network c0d0df130de5

Run UI docker image

docker run -p 5050:5050 -e BINDER_UI_SERVER_ADDRESS=":5050" -e REDIS_URI="redis:6379" -e BINDER_API_BASE_URL="http://gobinder__api:5051" -e BINDER_DB_DRIVER=postgres -d --name gobinder__ui --network gobind-network c1eab1ddd654

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
mock
Package mockdb is a generated GoMock package.
Package mockdb is a generated GoMock package.
ui

Jump to

Keyboard shortcuts

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