keygen-docker
Guard Operation: Key Generation
Docker Deployment
git clone https://github.com/rosen-bridge/operation.git
cd operation/guard/cp env.template .env# Required Environments
POSTGRES_PASSWORD= # a random alphanumeric password without special characters (like $%!-#)
POSTGRES_USER= # a random name
POSTGRES_DB= # a random name
POSTGRES_PORT=5432 # 5432 is set as default, you can change it.
# Optional Environments
GUARD_PORT= # (default is 8081 if no value is set)
GUARD_IMAGE_VERSION= # Don't change it!
UI_IMAGE_VERSION= # Don't change it!Successful Keygen
Backup
Last updated