Skip to content

Commit

Permalink
move compose examples to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
DesSolo committed Feb 20, 2021
1 parent 6530f2e commit 8966fba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Simple online solution to transfer disposable links, like [onetimesecret.com](ht
### Demo
https://enigma2-example.herokuapp.com

### Examples
see [deployments](https://github.com/DesSolo/enigma2/tree/master/deployments/) examples

### Run container
```shell
docker run --rm -p 9000:9000 dessolo/enigma2:latest
Expand All @@ -33,11 +36,11 @@ docker run --rm -p 9000:9000 dessolo/enigma2:latest

#### Available secret storages
##### Memory
_val_ *Memory*
_val:_ *Memory*
Keeping all secrets in memory
> :warning: **Attention! not for productions use!!!**: old secrets are removed only on request, please choose another storages, like redis
##### Redis
_val_ *Redis*
_val:_ *Redis*
> Env: REDIS_ADDRESS, REDIS_PASSWORD, REDIS_DATABASE,
#### Build project
##### docker
Expand All @@ -58,10 +61,6 @@ make build
```shell
docker run --rm --name="enigma" -p 9000:9000 localhost/enigma
```
##### podman
```shell
podman run --rm --name="enigma" -p 9000:9000 localhost/enigma
```
#### binary
```shell
./enigma
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8966fba

Please sign in to comment.