Skip to content

icon-project/relayer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay docker

This is relay infrastructure on docker.

Services

  • admin dashboard
  • relay: ./relayer
  • web: ./web

How to use

  1. Prepare the environment file .env in the root directory. You can use the .env.example file as a template.
  2. Run the following command to start the relay infrastructure.
  docker-compose up -d

Environment variables

  • CONFIG: The path to the configuration and data directory. Default: /.data
  • NEXTAUTH_SECRET: The secret key for NextAuth.js
  • ENABLE_LETSENCRYPT: Enable Let's Encrypt. Default: false
  • LETSENCRYPT_DOMAIN: The domain for Let's Encrypt
  • LETSENCRYPT_EMAIL: The email for Let's Encrypt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published