end-to-end testing setup

This commit is contained in:
Hayden 2022-09-03 18:42:03 -08:00
parent b4eb7d8ddc
commit ad4c8c9ab4
41 changed files with 544 additions and 313 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3.4"
services:
homebox:
image: homebox
build:
context: .
dockerfile: ./Dockerfile
ports:
- 3100:7745