Try to fix Docker.

This commit is contained in:
Lauri Ojansivu 2020-12-03 01:40:56 +02:00
parent 2b2884d996
commit c09758fb91

View file

@ -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: