5a225b4196
Co-authored-by: Rémi Buisson <remi.buisson@traefik.io>
12 lines
193 B
YAML
12 lines
193 B
YAML
version: "3.8"
|
|
services:
|
|
timeoutEndpoint:
|
|
image: yaman/timeout
|
|
environment:
|
|
PROTO: http
|
|
PORT: 9000
|
|
|
|
networks:
|
|
default:
|
|
name: traefik-test-network
|
|
external: true
|