mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:28:17 +08:00
moved a few things around
This commit is contained in:
24
samples/Docker-Compose/docker-compose.yaml
Normal file
24
samples/Docker-Compose/docker-compose.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
version: "3.4"
|
||||
services:
|
||||
|
||||
tests:
|
||||
build:
|
||||
context: .
|
||||
target: builder
|
||||
volumes:
|
||||
- type: bind
|
||||
source: .
|
||||
target: /results
|
||||
command: test --logger:trx -r /results
|
||||
|
||||
benchmarks:
|
||||
build:
|
||||
context: .
|
||||
target: builder
|
||||
args:
|
||||
build_configuration: Release
|
||||
command: run -c Release --project test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj 0 1 2 3 4
|
||||
|
||||
manual-test:
|
||||
build: .
|
||||
ports: [ "5000:80" ]
|
Reference in New Issue
Block a user