Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shellcodesniper/simpledeployer

FREE and EASY docker based deploy system wroten with rust
https://github.com/shellcodesniper/simpledeployer

deploy deployment docker rust web web-deploy webapp

Last synced: about 1 month ago
JSON representation

FREE and EASY docker based deploy system wroten with rust

Awesome Lists containing this project

README

        

# Deployment
[![Build Status](https://app.travis-ci.com/shellcodesniper/SimpleDeployer.svg?branch=main)](https://app.travis-ci.com/shellcodesniper/SimpleDeployer)

## To USE .env FILE
- place ".env" in ROOT DIRECTORY

## Recommend Settings

> apply below json settings to daemon.json
>
> ( logging optimizing )

``` json
{
"log-driver": "json-file",
"log-opts": {
"max-size": "1m",
"max-file": "1",
"labels": "kuuwange"
}
}
```