RD17/ambar

docker-compose file for building

maltokyo opened this issue · 4 comments

This repository should include a docker-compose file for building from scratch. Does anyone have one to share? Thanks!

Here is a link to the docker-compose file I used to build locally. It builds for me and the stack boots, but I'm not able to access the frontend in my web browser. If you get it working let me know. https://github.com/bennywa9/ambar_build

Thanks! Will give it a try!

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ark- commented

Here is a link to the docker-compose file I used to build locally. It builds for me and the stack boots, but I'm not able to access the frontend in my web browser. If you get it working let me know. https://github.com/bennywa9/ambar_build

Yep, frontend isn't loading for me too. One issue I found with your docker-compose.yml is that in frontend your ports should be

    ports:
      - "82:80"

As the container port is 80, but I assume you want to expose 82.