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

Add tolgee to compose stack #158

Conversation

ricardogsilva
Copy link

@ricardogsilva ricardogsilva commented Jun 21, 2024

This PR integrates tolgee into the compose stack.

It adds the tolgee self-hosted version as another service. This tolgee service is included in both the dev and staging stacks.

Dev stack

When standing up the stack on dev, tolgee is accessible with the following characteristics:

  • available at localhost:8899/
  • does not use any authentication
  • configuration supplied via environment params in the docker compose file

Staging stack

When standing up the stack on staging, tolgee is accessible with the following characteristics:

  • available at tolgee.arpav.geobeyond.dev/
  • Uses the tolgee native authentication
  • Configuration supplied via an env file, located in the staging server

- for the dev stack, serve tolgee on a different port
- for staging, serve it on a different domain
@ricardogsilva ricardogsilva force-pushed the 154-add-a-frontend-translation-tool-to-the-stack- branch from 73a9bcc to aa24c58 Compare September 6, 2024 17:07
@ricardogsilva ricardogsilva marked this pull request as ready for review September 9, 2024 18:16
@ricardogsilva ricardogsilva changed the title Added tolgee to dev compose stack Add tolgee to compose stack Sep 9, 2024
@ricardogsilva ricardogsilva merged commit 9dfdf3e into geobeyond:main Sep 9, 2024
1 check passed
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.

add a frontend translation tool to the stack
1 participant