mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-26 00:32:34 +03:00
18 lines
353 B
YAML
18 lines
353 B
YAML
---
|
|
services:
|
|
demo:
|
|
image: localhost/spring-boot-demo:latest
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
environment:
|
|
DB_URL: $DB_URL
|
|
DB_NAME: $DB_NAME
|
|
DB_SCHEMA: $DB_SCHEMA
|
|
DB_USERNAME: $DB_USERNAME
|
|
DB_PASSWORD: $DB_PASSWORD
|
|
KAFKA_SERVERS: $KAFKA_SERVERS
|
|
expose:
|
|
- 8080
|
|
- 8081
|