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

https://github.com/troublete/lapis-starter

Lapis (https://leafo.net/lapis/) Starter; +Docker +Postgres
https://github.com/troublete/lapis-starter

docker lapis lua openresty

Last synced: about 2 months ago
JSON representation

Lapis (https://leafo.net/lapis/) Starter; +Docker +Postgres

Awesome Lists containing this project

README

          

# Lapis

> [Lapis](https://leafo.net/lapis/) Starter

## Container Includes

- OpenResty
- Git
- lua
- luaJIT
- luarocks

## Makefile

```bash
$ make start \\ build container and startup
$ make stop \\ stop and destroy container
$ make restart \\ stop -> start
$ make shell \\ create ash instance on app container
$ make tail \\ tail container logs
```