planet
A Production-ready Docker Image for Planet Learning System by Treehouses - Open Learning Exchange
500K+
More here open-learning-exchange/planet
Run with this
multiarch
services:
couchdb:
expose:
- 5984
image: treehouses/couchdb:2.3.1
ports:
- "2200:5984"
chatapi:
expose:
- 5000
image: treehouses/planet:chatapi
depends_on:
- couchdb
ports
- "5000:5000"
db-init:
image: treehouses/planet:db-init
depends_on:
- couchdb
planet:
image: treehouses/planet:latest
ports:
- "80:80"
environment:
- MULTIPLE_IPS=true
- HOST_PROTOCOL=http
- DB_HOST=127.0.0.1
- DB_PORT=2200
- PARENT_PROTOCOL=https
depends_on:
- couchdb
Content type
Image
Digest
sha256:df09bc3a0…
Size
34.7 MB
Last updated
5 days ago
docker pull treehouses/planetPulls:
1,482
Jun 29 to Jul 5