cargo build --release
cargo run --release
curl -X POST http://localhost:8008/has_status -d '{ "status": "Success" }' -H 'Content-Type: application/json' -H 'Accept: application/json'
services:
callback-test-app:
container_name: callback-test-app
image: ghcr.io/translatorsri/callback-test-app:0.1.0
expose:
- 8008
ports:
- "8008:8008"