No description
Before, a test had only access to it's own env file / configuration (wordpress could see wordpress env file). Now, all env files are available. Wordpress test can also read authentik env file, for example to get the authentik domain. Reviewed-on: local-it-infrastructure/e2e_tests#4 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com> |
||
|---|---|---|
| envfiles@a8375f6fc7 | ||
| previous-work | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| docker-compose.yml | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
Clone
To clone with submodules, use these git commands:
git clone --recurse-submodules <repository>
git submodule update --init // add submodule after normal cloning
git submodule update --remote // update submodules
Run
docker compose build
docker compose run --rm app python ./main.py
docker compose run --rm app pytest
# docker-compose up
Force rebuild with cache
docker-compose up --build
Force rebuild wtihtout cache
docker-compose build --no-cache