mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-28 21:30:27 +00:00
end-to-end testing setup
This commit is contained in:
parent
b4eb7d8ddc
commit
ad4c8c9ab4
41 changed files with 544 additions and 313 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: "3.4"
|
||||
|
||||
services:
|
||||
homebox:
|
||||
image: homebox
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- 3100:7745
|
Loading…
Add table
Add a link
Reference in a new issue