Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspace
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
workspace
Merge requests
!1
Add redis and initial README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add redis and initial README.md
initial-docker-compose
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Lyuben Penkovski
requested to merge
initial-docker-compose
into
master
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c8f52e99
1 commit,
3 years ago
2 files
+
34
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
0 → 100644
+
26
−
0
Options
# 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