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

Make all ports in docker-compose.yml env-configurable #172

Closed
3 tasks
Holzchopf opened this issue Mar 6, 2025 · 0 comments · Fixed by #175
Closed
3 tasks

Make all ports in docker-compose.yml env-configurable #172

Holzchopf opened this issue Mar 6, 2025 · 0 comments · Fixed by #175
Assignees

Comments

@Holzchopf
Copy link
Contributor

Holzchopf commented Mar 6, 2025

Introduction

redis' and keycloak's port can't be overridden via env like all other services' ports.

Acceptance Criteria

  • All ports configurable via env
  • Check for hard-coded ports in commands (i.e. keycloak has 8081 hard-coded)
  • Configure service port = forwarded port (i.e. compute_worker tries to connect to AMQP on forwarded port)?

Open Questions

Context

Required for #55

Implementation

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 a pull request may close this issue.

1 participant