1 2 3 4 5 6 7 8 9 10 11
services: signal-fish: build: . ports: - "3536:3536" environment: RUST_LOG: info volumes: # Optional: mount a config file - ./config.example.json:/app/config.json:ro restart: unless-stopped