mirror of
https://github.com/traefik/traefik
synced 2026-02-11 09:18:07 +00:00
13 lines
193 B
YAML
13 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
|