GPortas / drs-translation-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drs-translation-service

Build Status

Local setup

  1. Make a copy of the env-template.txt to .env and modify the user and password variables.

  2. Start the container

docker-compose -f docker-compose-local.yml up -d --build --force-recreate
  1. Local Healthcheck: https://localhost:10581/healthcheck

Testing

Note, testing uses its own queues so they will not interfere with the queues used by the actual program.

  1. Start the container up as described in the Local Setup instructions.

  2. Exec into the container:

docker exec -it dts bash
  1. Run the tests
pytest

About

License:Apache License 2.0


Languages

Language:Python 97.2%Language:Dockerfile 2.8%