test-spring-boot/apps/docker-compose.yaml

19 lines
251 B
YAML
Raw Permalink Normal View History

2020-04-29 14:17:40 +02:00
---
version: '3.3'
services:
hello-world:
build:
context: helloworld-api/
environment:
- spring_profiles_active=docker
ports:
- "8080:8080"
networks:
- base_default
networks:
base_default:
external: true