Tolgee

Developer & translator friendly web-based localization platform enabling users to translate directly in the app they develop.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  app:
    image: tolgee/tolgee
    volumes:
      - ./data:/data
    ports:
      - '25432:25432' # if you would like to access the DB
      - '8080:8080'
    restart: unless-stopped

Resources

Website: https://tolgee.io/

GitHub: https://github.com/tolgee/tolgee-platform

Docker Hub: https://hub.docker.com/r/tolgee/tolgee

Configuration: https://tolgee.io/platform/self_hosting/running_with_docker