mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Note: Docker Hub buils are broken. Only Quay works.
This commit is contained in:
parent
c30bc77eea
commit
22501749da
4 changed files with 14 additions and 13 deletions
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
[](https://github.com/wekan/wekan/graphs/contributors)
|
[](https://github.com/wekan/wekan/graphs/contributors)
|
||||||
[](https://quay.io/repository/wekan/wekan)
|
[](https://quay.io/repository/wekan/wekan)
|
||||||
[](https://hub.docker.com/r/wekanteam/wekan)
|
|
||||||
[](https://hub.docker.com/r/wekanteam/wekan)
|
|
||||||
[![Wekan Build Status][travis_badge]][travis_status]
|
[![Wekan Build Status][travis_badge]][travis_status]
|
||||||
[](https://www.codacy.com/app/xet7/wekan?utm_source=github.com&utm_medium=referral&utm_content=wekan/wekan&utm_campaign=Badge_Grade)
|
[](https://www.codacy.com/app/xet7/wekan?utm_source=github.com&utm_medium=referral&utm_content=wekan/wekan&utm_campaign=Badge_Grade)
|
||||||
[](https://codeclimate.com/github/wekan/wekan)
|
[](https://codeclimate.com/github/wekan/wekan)
|
||||||
|
@ -13,6 +11,12 @@
|
||||||
[](https://www.openhub.net/p/wekan)
|
[](https://www.openhub.net/p/wekan)
|
||||||
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fwekan%2Fwekan?ref=badge_shield)
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fwekan%2Fwekan?ref=badge_shield)
|
||||||
|
|
||||||
|
NOTE: Docker Hub builds are broken with error ENOMEM. Only Quay works, see docker-compose.yml .
|
||||||
|
<!--
|
||||||
|
[](https://hub.doc>
|
||||||
|
-->
|
||||||
|
|
||||||
## [Translate Wekan at Transifex](https://transifex.com/wekan/wekan)
|
## [Translate Wekan at Transifex](https://transifex.com/wekan/wekan)
|
||||||
|
|
||||||
Translations to non-English languages are accepted only at [Transifex](https://transifex.com/wekan/wekan) using webbrowser.
|
Translations to non-English languages are accepted only at [Transifex](https://transifex.com/wekan/wekan) using webbrowser.
|
||||||
|
|
|
@ -114,15 +114,12 @@ services:
|
||||||
wekan:
|
wekan:
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
# ==== MONGODB AND METEOR VERSION ====
|
# ==== MONGODB AND METEOR VERSION ====
|
||||||
# NOTE: Quay is currently not updated, use Docker Hub image below c)
|
# a) Quay automatic builds do work, https://quay.io/wekan7wekan
|
||||||
# a) For Wekan Meteor 1.8.x version at master branch,
|
image: quay.io/wekan/wekan
|
||||||
# using https://quay.io/wekan/wekan automatic builds
|
# b) Using specific version tag:
|
||||||
#image: quay.io/wekan/wekan
|
# image: quay.io/wekan/wekan:v4.52
|
||||||
# b) Using specific Meteor 1.6.x version tag:
|
# c) Docker Hub builds are broken with error ENOMEM https://hub.docker.com/r/wekanteam/wekan
|
||||||
# image: quay.io/wekan/wekan:v1.95
|
# image: wekanteam/wekan
|
||||||
# c) Using Docker Hub automatic builds https://hub.docker.com/r/wekanteam/wekan
|
|
||||||
image: wekanteam/wekan
|
|
||||||
# image: wekanteam/wekan:v2.99
|
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -349,6 +349,6 @@ parameters:
|
||||||
required: true
|
required: true
|
||||||
- name: WEKAN_IMAGE
|
- name: WEKAN_IMAGE
|
||||||
displayName: Wekan Docker Image
|
displayName: Wekan Docker Image
|
||||||
value: wekanteam/wekan:latest
|
value: quay.io/wekan/wekan
|
||||||
description: The metabase docker image to use
|
description: The metabase docker image to use
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -132,7 +132,7 @@ services:
|
||||||
' 1>/dev/null 2>&1 &
|
' 1>/dev/null 2>&1 &
|
||||||
mongod --replSet rs1
|
mongod --replSet rs1
|
||||||
wekan:
|
wekan:
|
||||||
image: wekanteam/wekan
|
image: quay.io/wekan/wekan
|
||||||
container_name: wekan-app
|
container_name: wekan-app
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue