An open API service indexing awesome lists of open source software.

https://github.com/larsks/so-example-74187101


https://github.com/larsks/so-example-74187101

example stackoverflow

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

This repository accompanies .

To deploy this environment:

```
for dir in traefik app1 app2; do
(
cd $dir && docker-compose up -d
)
done
```

Then access:

- http://127.0.0.2/app1/
- http://127.0.0.2/app2/