Files
spring-aot-smoke-tests/cloud/cloud-openfeign/docker-compose.yml
Andy Wilkinson 6c808f5be7 Polish "Add Cloud OpenFeign tests"
See gh-174
2023-03-28 11:19:21 +01:00

7 lines
108 B
YAML

version: '3'
services:
test-service:
image: springcloud/test-service:latest
ports:
- "8081"