Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 287 Bytes

File metadata and controls

7 lines (7 loc) · 287 Bytes

Running container

  curl https://github.com/Hyperunison/Runner/blob/main/docker-compose.local.yml
  echo UNISON_API_TOKEN=your-token > .env
  echo UNISON_DSN="postgresql+psycopg2://username:password@hostname:5433/db" > .env
  docker-compose -f docker-compose.local.yaml up