9 lines
143 B
YAML
9 lines
143 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- SPRING_PROFILES_ACTIVE=local
|
|
restart: unless-stopped
|