Skip to content

arras-labs/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy

Purpose

Run the full system locally and define deployment manifests for staging/production.

Responsibilities

  • Local Docker Compose to run web-app + backend-api (and a chain RPC if needed)
  • Environment configuration
  • Future: Kubernetes/Helm overlays

Interactions with other repositories

  • web-app / backend-api: builds/images referenced by compose/manifests
  • contracts: provides addresses/ABIs referenced by services

Local run (development)

  1. Copy compose/.env.example to compose/.env and adjust values
  2. Build from sources and run: docker compose -f compose/docker-compose.dev.yml up --build

Environments

  • dev (local compose)
  • staging (TBD)
  • production (TBD)

See SYSTEM-OVERVIEW.md for the end-to-end diagram.

About

Local Docker Compose and deployment manifests.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published