[GH-ISSUE #281] docker-compose file for building #267

Closed
opened 2026-02-27 15:55:53 +03:00 by kerem · 4 comments
Owner

Originally created by @maltokyo on GitHub (May 3, 2020).
Original GitHub issue: https://github.com/RD17/ambar/issues/281

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

Originally created by @maltokyo on GitHub (May 3, 2020). Original GitHub issue: https://github.com/RD17/ambar/issues/281 This repository should include a docker-compose file for building from scratch. Does anyone have one to share? Thanks!
kerem 2026-02-27 15:55:53 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@bennywa9 commented on GitHub (May 3, 2020):

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

<!-- gh-comment-id:623175397 --> @bennywa9 commented on GitHub (May 3, 2020): 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](https://github.com/bennywa9/ambar_build)
Author
Owner

@maltokyo commented on GitHub (May 3, 2020):

Thanks! Will give it a try!

<!-- gh-comment-id:623177565 --> @maltokyo commented on GitHub (May 3, 2020): Thanks! Will give it a try!
Author
Owner

@stale[bot] commented on GitHub (May 19, 2020):

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.

<!-- gh-comment-id:630581972 --> @stale[bot] commented on GitHub (May 19, 2020): 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.
Author
Owner

@ark- commented on GitHub (Jun 21, 2020):

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.

<!-- gh-comment-id:647169841 --> @ark- commented on GitHub (Jun 21, 2020): > 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#267
No description provided.