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
- Host: GitHub
- URL: https://github.com/troublete/lapis-starter
- Owner: troublete
- Created: 2020-10-13T07:05:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T15:32:15.000Z (over 4 years ago)
- Last Synced: 2025-06-12T17:07:58.650Z (about 1 year ago)
- Topics: docker, lapis, lua, openresty
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```