b85d1f1dab
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 30s
Test / test (24) (pull_request) Successful in 29s
Test / test (26) (pull_request) Successful in 29s
Mirror / push (push) Has been cancelled
26 lines
640 B
YAML
26 lines
640 B
YAML
x-log-limits: &log-limits
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-file: "3"
|
|
max-size: 20m
|
|
|
|
# The peer dials the host it was given at build time, "node", so the sink answers under that name.
|
|
services:
|
|
jsmpp:
|
|
build: ./interop-tests/peers/jsmpp
|
|
image: interop-jsmpp-load:3.0.3-a24db96
|
|
command: ["node", "2775"]
|
|
<<: *log-limits
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/8080'"]
|
|
interval: 1s
|
|
retries: 30
|
|
timeout: 2s
|
|
|
|
node:
|
|
command: ["node", "benchmarks/smsc-sink.ts"]
|
|
environment:
|
|
NPM_CONFIG_CACHE: /tmp/npm-cache
|
|
PORT: "2775"
|