diff --git a/README.md b/README.md index 3e1cd67..77a21ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

## About? @@ -12,7 +12,6 @@ _cryptgeon_ is an secure, open source sharing note service inspired by [_PrivNot - in memory, no persistence - in browser encryption → server cannot decrypt contents - ## How does it work? each note has a 512bit generated id that is used to retrieve the note. data is stored in memory and never persisted to disk. @@ -29,13 +28,12 @@ version: '3.7' services: memcached: image: memcached:1-alpine - entrypoint: memcached -m 128 + entrypoint: memcached -m 128 # Limit to 128 MB Ram, customize at free will. app: image: cupcakearmy/cryptgeon:latest ports: - 80:5000 - ``` ###### Attributions diff --git a/design/github.svg b/design/github.svg new file mode 100644 index 0000000..4770cd7 --- /dev/null +++ b/design/github.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74be6eab06e653400ee82e268a1b3dd20900a29400347bb4043cf9ab63f3077b +size 4143 diff --git a/docker-compose.yml b/docker-compose.yml index 85d0cd4..3929848 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ # DEV Compose file. -# For a production file see: ... +# For a production file see: README.md version: '3.7'