Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velocitynetworkfoundation/credentialagent-docker-compose
Sample Docker Compose
https://github.com/velocitynetworkfoundation/credentialagent-docker-compose
Last synced: 9 days ago
JSON representation
Sample Docker Compose
- Host: GitHub
- URL: https://github.com/velocitynetworkfoundation/credentialagent-docker-compose
- Owner: velocitynetworkfoundation
- Created: 2020-08-09T11:45:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T11:21:32.000Z (6 months ago)
- Last Synced: 2024-08-01T10:17:42.285Z (3 months ago)
- Size: 16.6 KB
- Stars: 3
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - velocitynetworkfoundation/credentialagent-docker-compose - Sample Docker Compose (others)
README
# credentialagent-docker-compose
Credential Agent Docker ComposeThis agent can be deployed on a single instance as a docker compose that will run the agent and an instance of mongo.
It is **not recommended** to use docker-compose in a production environment.This has been tested on Version 19 of docker and 1.26 of docker-compose. Your mileage may vary on other versions.
## Getting Started
Use the credentialagent-docker-compose repo
1. `git clone https://github.com/velocitynetworkfoundation/credentialagent-docker-compose.git`
1. `cd credentialagent-docker-compose`
1. `cp .env_example .env`
1. Fill in empty values (and optionally modify existing ones) in the .env. (See [Credential Agent Configuration](https://www.velocitynetwork.foundation/main/developers-guide-credential-agent-operation#agent-server-configuration))
1. `docker-compose pull`
1. `docker-compose up`
1. `curl http://localhost:8080` should return a successful response#### Agent Env Configuration
See [Credential Agent Configuration](https://www.velocitynetwork.foundation/main/developers-guide-credential-agent-operation#agent-server-configuration)
for more information about setting up environment variables and configuring the credential agent