👷 Minimal docker compose option for internal e2e testing

This commit is contained in:
Eric Doughty-Papassideris
2024-12-27 15:50:45 +01:00
parent 57dfbaff84
commit 88af44d5c8
4 changed files with 148 additions and 1 deletions
+3 -1
View File
@@ -38,8 +38,10 @@ To get a local copy up and running, please follow these simple steps.
```
2. Run it with Docker
```sh
docker-compose up -d
cd tdrive
docker compose -f docker-compose.minimal.yml up
```
3. Open <http://localhost/> in a browser
## Development