Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-compose-browserless.yaml #533

Closed
wants to merge 1 commit into from

Conversation

JOduMonT
Copy link

@JOduMonT JOduMonT commented May 9, 2024

  • docker made the parameter version is obsolete
  • since they are in the same docker-compose it is unnecessary to expose browserless port to access it from big-agi.
  • add restart for more conveniency (start when server reboot)

- docker made the parameter version is obsolete
- since they are in the same docker-compose it is unnecessary to expose browserless port to access it from big-agi.
- add restart for more conveniency (start when server reboot)
Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
big-agi-open ✅ Ready (Inspect) Visit Preview May 9, 2024 7:42pm

Copy link
Owner

@enricoros enricoros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it's not working for me (issues with indent?) and then please let me know if removing the port remap is needed (feels like it was needed to access browserless:3000.

image: browserless/chrome:latest
ports:
- "9222:3000" # Map host's port 9222 to container's port 3000
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed? I see it's removed, but it could be important?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this does not seem to be needed anymore indeed. do you know if it's safe to remove it for everyone?

services:
big-agi:
container_name: big-agi
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a lint error here, because the indent is the same as the big-agi: and should be more?

@JOduMonT JOduMonT closed this by deleting the head repository May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants