zap-stream-core/docker-compose.yml
kieran 298bfd994b
All checks were successful
continuous-integration/drone Build is passing
Compose+Drone
2024-03-26 23:27:18 +00:00

12 lines
215 B
YAML

name: zap-stream-core
services:
app:
build:
context: .
environment:
- "RUST_LOG=info"
ports:
- "3333:3333"
- "3334:3334"
volumes:
- "./config.toml:/app/config.toml:ro"