ironshield-api 0.2.23

IronShield Web Server API, Built with Axum
1
2
3
4
5
6
7
8
9
10
11
12
services:
  api:
    build:
      context: .
      dockerfile: Dockerfile
    image: ironshield-api:latest
    ports:
      - "3000:3000"
    environment:
      - RUST_LOG=info
      - IRONSHIELD_PRIVATE_KEY
      - IRONSHIELD_PUBLIC_KEY