16 lines
278 B
YAML
16 lines
278 B
YAML
services:
|
|
kx-bridge:
|
|
image: kx-bridge:latest
|
|
build: .
|
|
env_file: .env
|
|
volumes:
|
|
- ./.env:/app/.env
|
|
ports:
|
|
- "7125:7125"
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|