use redis

This commit is contained in:
2022-07-13 22:57:09 +02:00
parent 0913a8ad0c
commit ff36d375ea
9 changed files with 283 additions and 294 deletions

View File

@@ -21,6 +21,6 @@ WORKDIR /app
COPY ./entry.sh .
COPY --from=backend /tmp/target/release/cryptgeon .
COPY --from=client /tmp/build ./frontend/build
ENV MEMCACHE=memcached:11211
ENV REDIS=redis://127.0.0.1/
EXPOSE 5000
ENTRYPOINT [ "/app/entry.sh" ]