diff --git a/backend/src/app/config.clj b/backend/src/app/config.clj index ec5cb77d6..a65bbb7e8 100644 --- a/backend/src/app/config.clj +++ b/backend/src/app/config.clj @@ -44,7 +44,7 @@ :asserts-enabled false :public-uri "http://localhost:3449" - :redis-uri "redis://localhost/0" + :redis-uri "redis://redis/0" :srepl-host "127.0.0.1" :srepl-port 6062 diff --git a/docker/devenv/Dockerfile b/docker/devenv/Dockerfile index a8c6e002a..34285df04 100644 --- a/docker/devenv/Dockerfile +++ b/docker/devenv/Dockerfile @@ -4,9 +4,9 @@ LABEL maintainer="Andrey Antukh " ARG DEBIAN_FRONTEND=noninteractive ENV NODE_VERSION=v14.16.0 \ - CLOJURE_VERSION=1.10.3.814 \ - CLJKONDO_VERSION=2021.03.22 \ - BABASHKA_VERSION=0.3.1 \ + CLOJURE_VERSION=1.10.3.822 \ + CLJKONDO_VERSION=2021.03.31 \ + BABASHKA_VERSION=0.3.2 \ LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 diff --git a/docker/devenv/docker-compose.yaml b/docker/devenv/docker-compose.yaml index fb76391f1..9046c6dd8 100644 --- a/docker/devenv/docker-compose.yaml +++ b/docker/devenv/docker-compose.yaml @@ -37,7 +37,6 @@ services: - 9090:9090 environment: - - PENPOT_REDIS_URI=redis://redis/0 - EXTERNAL_UID=${CURRENT_USER_ID} # STMP setup - PENPOT_SMTP_ENABLED=true diff --git a/docker/gitpod/Dockerfile b/docker/gitpod/Dockerfile index 0c2fe3a14..02a90206c 100644 --- a/docker/gitpod/Dockerfile +++ b/docker/gitpod/Dockerfile @@ -113,5 +113,6 @@ ENV PATH="/usr/lib/jvm/openjdk16/bin:/usr/local/nodejs/bin:$PATH" \ PENPOT_SMTP_DEFAULT_REPLY_TO=no-reply@example.com \ PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com \ PENPOT_DATABASE_URI="postgresql://localhost/penpot" + PENPOT_REDIS_URI="redis://localhost/0" # TODO Retrieve OpenLDAP from rroemhild/docker-test-openldap