open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
62 stars 39 forks source link

Other language leads to 404 #1418

Closed paulbert closed 6 years ago

paulbert commented 6 years ago

image

empeje commented 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"
screen shot 2018-06-21 at 9 19 10 pm screen shot 2018-06-21 at 9 19 16 pm screen shot 2018-06-21 at 9 19 20 pm
paulbert commented 6 years ago

I think this was due to the latest tag issue. I'll close this.