13 lines
189 B
YAML
13 lines
189 B
YAML
services:
|
|
app:
|
|
image: app
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
logging:
|
|
driver: "fluentd"
|
|
options:
|
|
fluentd-address: localhost:24224
|
|
tag: jufka
|
|
|