Closed paulbert closed 6 years ago
It only happens to RPI, as I try in the x86 version and there is no problem.
docker-compose.yml
services:
couchdb:
expose:
- 5984
image: treehouses/couchdb:2.1.1
ports:
- "2200:5984"
db-init:
image: treehouses/planet-tags:db-init-0.2.1-localization-docker-efd94cd3
depends_on:
- couchdb
environment:
- COUCHDB_HOST=http://couchdb:5984
planet:
image: treehouses/planet-test:0.2.3-master-1c7a9dd9
ports:
- "80:80"
environment:
- HOST_PROTOCOL=http
- DB_HOST=127.0.0.1
- DB_PORT=2200
- CENTER_ADDRESS=earth.ole.org:2200
#volumes:
# - "./planet/default.conf:/etc/nginx/conf.d/default.conf"
depends_on:
- couchdb
version: "2"
I think this was due to the latest
tag issue. I'll close this.