name: server
services:
server:
build:
context: ../../
dockerfile: ./docker/server/Dockerfile
image: server-client
environment:
- RUST_LOG=debug
healthcheck:
test:
interval: 6s
timeout: 5s
retries: 10
start_period: 2s
volumes:
- ./toe-beans.toml:/toe-beans.toml
command: ./target/release/server