mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04: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
|
||||
# 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:
|
||||
torodb-stampede:
|
||||
image: torodb/stampede:latest
|
||||
image: quay.io/wekan/torodb-stampede:1.0.0
|
||||
networks:
|
||||
- wekan-tier
|
||||
links:
|
||||
|
@ -105,7 +109,7 @@ services:
|
|||
- TORODB_BACKEND_PASSWORD=wekan
|
||||
- DEBUG
|
||||
postgres:
|
||||
image: postgres:9.6
|
||||
image: quay.io/wekan/postgres:9.6
|
||||
networks:
|
||||
- wekan-tier
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue