WIP.
This project was inspired by mookjp/pool.
$ docker run -e PROVIDER_TOKEN=<YOUR_TOKEN> -e REPO=<owner>/<repository> -e TARGET_PORT=3000 -d -p 5121:5121 sunya/oasis
* required.
PORT
: oasis port.HOST
*: Your server domain.PROVIDER
*: Git hosting services. choose one among the below:
github
REPO
*: target preview repository(<owner>/<repository>
).PROVIDER_TOKEN
: Require token if you preview private repository.TARGET_PORT
(WIP): Your project's port. oasis predicts port number from inspect command. Rrequire this variables if you use Docker Compose.