mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge branch 'feature-ostrio-files' of https://github.com/majus/wekan
This commit is contained in:
commit
d00596f88a
42 changed files with 786 additions and 1577 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/wekan/ubuntu:groovy-20210115
|
||||
FROM ubuntu:rolling
|
||||
LABEL maintainer="sgr"
|
||||
|
||||
ENV BUILD_DEPS="gnupg gosu libarchive-tools wget curl bzip2 g++ build-essential python git ca-certificates iproute2"
|
||||
|
|
|
|||
|
|
@ -33,10 +33,12 @@ services:
|
|||
- WITH_API=true
|
||||
- RICHER_CARD_COMMENT_EDITOR=true
|
||||
- BROWSER_POLICY_ENABLED=true
|
||||
- WRITABLE_PATH=/data
|
||||
depends_on:
|
||||
- wekandb-dev
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./volumes/data:/data
|
||||
- ../client:/home/wekan/app/client
|
||||
- ../models:/home/wekan/app/models
|
||||
- ../config:/home/wekan/app/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue