├── .env ├── .gitignore ├── README.md └── docker-compose.yaml /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RESIN-KAIROS/RESIN-pipeline-public/HEAD/.env -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RESIN-KAIROS/RESIN-pipeline-public/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RESIN-KAIROS/RESIN-pipeline-public/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RESIN-KAIROS/RESIN-pipeline-public/HEAD/docker-compose.yaml --------------------------------------------------------------------------------