mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 09:16:38 +02:00
⬆️ Update devenv image and compose file.
This commit is contained in:
parent
2b66d0ea06
commit
c7fcb00b81
4 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
||||||
:asserts-enabled false
|
:asserts-enabled false
|
||||||
|
|
||||||
:public-uri "http://localhost:3449"
|
:public-uri "http://localhost:3449"
|
||||||
:redis-uri "redis://localhost/0"
|
:redis-uri "redis://redis/0"
|
||||||
|
|
||||||
:srepl-host "127.0.0.1"
|
:srepl-host "127.0.0.1"
|
||||||
:srepl-port 6062
|
:srepl-port 6062
|
||||||
|
|
|
@ -4,9 +4,9 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ENV NODE_VERSION=v14.16.0 \
|
ENV NODE_VERSION=v14.16.0 \
|
||||||
CLOJURE_VERSION=1.10.3.814 \
|
CLOJURE_VERSION=1.10.3.822 \
|
||||||
CLJKONDO_VERSION=2021.03.22 \
|
CLJKONDO_VERSION=2021.03.31 \
|
||||||
BABASHKA_VERSION=0.3.1 \
|
BABASHKA_VERSION=0.3.2 \
|
||||||
LANG=en_US.UTF-8 \
|
LANG=en_US.UTF-8 \
|
||||||
LC_ALL=en_US.UTF-8
|
LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,6 @@ services:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- PENPOT_REDIS_URI=redis://redis/0
|
|
||||||
- EXTERNAL_UID=${CURRENT_USER_ID}
|
- EXTERNAL_UID=${CURRENT_USER_ID}
|
||||||
# STMP setup
|
# STMP setup
|
||||||
- PENPOT_SMTP_ENABLED=true
|
- PENPOT_SMTP_ENABLED=true
|
||||||
|
|
|
@ -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_REPLY_TO=no-reply@example.com \
|
||||||
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com \
|
PENPOT_SMTP_DEFAULT_FROM=no-reply@example.com \
|
||||||
PENPOT_DATABASE_URI="postgresql://localhost/penpot"
|
PENPOT_DATABASE_URI="postgresql://localhost/penpot"
|
||||||
|
PENPOT_REDIS_URI="redis://localhost/0"
|
||||||
|
|
||||||
# TODO Retrieve OpenLDAP from rroemhild/docker-test-openldap
|
# TODO Retrieve OpenLDAP from rroemhild/docker-test-openldap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue