17 lines
288 B
YAML
17 lines
288 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
butler:
|
|
container_name: butler
|
|
build: .
|
|
command: /butler
|
|
networks:
|
|
- common-network
|
|
logging:
|
|
driver: loki
|
|
options:
|
|
loki-url: "http://172.20.0.1:3100/loki/api/v1/push"
|
|
|
|
networks:
|
|
common-network:
|
|
external: true |