Skip to content
Snippets Groups Projects

Add redis and initial README.md

Merged Lyuben Penkovski requested to merge initial-docker-compose into master
2 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
2
README.md 0 → 100644
+ 26
0
# workspace
This is a local development workspace for Trust Services API backend.
It uses docker-compose to bootstrap the services and their dependencies.
Each service has its own `.env` file in the [env](./env) directory
with environment variables which will be injected in its container.
## Prerequisites
* Install [docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/).
* [Install Go](https://golang.org/doc/install) and set the
[`$GOPATH` variable](https://github.com/golang/go/wiki/SettingGOPATH).
## Setup Workspace
TODO
## 3rd Party Services
#### Redis
The Redis server can be reached at `localhost:6397` from your
local machine.
The services access Redis from their containers as `redis:6397`
Loading