mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Try to fix Docker.
This commit is contained in:
parent
2b2884d996
commit
c09758fb91
1 changed files with 6 additions and 2 deletions
|
|
@ -85,10 +85,14 @@ version: '2'
|
||||||
# # 11) Start wekan
|
# # 11) Start wekan
|
||||||
# docker start wekan-app
|
# docker start wekan-app
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
# 2020-12-03:
|
||||||
|
# - base images copied from Docker Hub to Quay to avoid Docker Hub rate limits,
|
||||||
|
# from: torodb/stampede:1.0.0, postgres:9.6, mongo:3.2
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
services:
|
services:
|
||||||
torodb-stampede:
|
torodb-stampede:
|
||||||
image: torodb/stampede:latest
|
image: quay.io/wekan/torodb-stampede:1.0.0
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
links:
|
links:
|
||||||
|
|
@ -105,7 +109,7 @@ services:
|
||||||
- TORODB_BACKEND_PASSWORD=wekan
|
- TORODB_BACKEND_PASSWORD=wekan
|
||||||
- DEBUG
|
- DEBUG
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: quay.io/wekan/postgres:9.6
|
||||||
networks:
|
networks:
|
||||||
- wekan-tier
|
- wekan-tier
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue