mirror of
https://github.com/americanexpress/baton.git
synced 2025-03-30 15:08:27 +00:00
12 lines
191 B
YAML
12 lines
191 B
YAML
version: '3'
|
|
services:
|
|
baton:
|
|
build: .
|
|
image: "baton"
|
|
command: "-u http://server -w 1 -r 10 -c 3"
|
|
links:
|
|
- server
|
|
server:
|
|
image: "nginx"
|
|
expose:
|
|
- "80" |