Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

Always a 404 error or "Site cannot be reached error" when I try to https://islandora.traefik.me/ #272

Open SnellsCorner opened 2 years ago

SnellsCorner commented 2 years ago

I followed the documentation exactly for creating a local developing environment. Everything runs fine on the docker desktop app. But when I try to open it in the browser it always errors. I am not sure what I am doing wrong with it. I attached my docker.compose.yml file below.

I also do not get any logs in my traefik and I have no errors in any other logs.

Screen Shot 2022-07-11 at 11 46 31 PM

Any answers are greatly appreciated!

name: isle-dc services: activemq: deploy: resources: limits: memory: "2147483648" reservations: memory: "1073741824" image: islandora/activemq:1.0.0-alpha-15 labels: traefik.enable: "false" traefik.http.routers.isle-dc-activemq_http.entrypoints: activemq Screen Shot 2022-07-11 at 11 46 31 PM

  traefik.http.routers.isle-dc-activemq_http.service: isle-dc-activemq
  traefik.http.services.isle-dc-activemq.loadbalancer.server.port: "8161"
networks:
  default: null
restart: unless-stopped
secrets:
- source: ACTIVEMQ_PASSWORD
- source: ACTIVEMQ_WEB_ADMIN_PASSWORD
volumes:
- type: volume
  source: activemq-data
  target: /opt/activemq/data
  volume: {}

alpaca: deploy: resources: limits: memory: "2147483648" reservations: memory: "1073741824" environment: ALPACA_FITS_TIMEOUT: "300000" ALPACA_HOMARUS_TIMEOUT: "300000" ALPACA_HOUDINI_TIMEOUT: "300000" ALPACA_OCR_TIMEOUT: "300000" image: islandora/alpaca:1.0.0-alpha-15 networks: default: null restart: unless-stopped secrets:

islandora-community commented 2 years ago

Hello, If you rename the unzipped folder "islandora-sandbox" (it currently appears "islandora-sandbox 2"), does the problem resolve?