10 lines
173 B
YAML
10 lines
173 B
YAML
services:
|
|
gateway:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./audit.ndjson:/app/audit.ndjson
|
|
environment:
|
|
- SPRING_PROFILES_ACTIVE=local
|