mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 10:08:28 +02:00
⬆️ Update devenv image and compose file.
This commit is contained in:
parent
f3b779e50c
commit
1ab1059b06
3 changed files with 4 additions and 8 deletions
|
@ -4,9 +4,9 @@ LABEL maintainer="Andrey Antukh <niwi@niwi.nz>"
|
|||
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
|
||||
|
||||
|
|
|
@ -37,10 +37,6 @@ services:
|
|||
- 9090:9090
|
||||
|
||||
environment:
|
||||
- PENPOT_DATABASE_URI=postgresql://postgres/penpot
|
||||
- PENPOT_DATABASE_USERNAME=penpot
|
||||
- PENPOT_DATABASE_PASSWORD=penpot
|
||||
- PENPOT_REDIS_URI=redis://redis/0
|
||||
- EXTERNAL_UID=${CURRENT_USER_ID}
|
||||
# STMP setup
|
||||
- PENPOT_SMTP_ENABLED=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue