Replace rocket with axum

This commit is contained in:
2026-08-20 23:59:51 +02:00
parent 5adfcc1ceb
commit b874f0c577
5 changed files with 238 additions and 779 deletions
+1 -2
View File
@@ -63,8 +63,7 @@ RUN wasm-pack build --release --target web
FROM scratch
ENV RUST_LOG="info"
ENV ROCKET_ADDRESS="0.0.0.0"
ENV ROCKET_PORT="8000"
ENV BIND="0.0.0.0:8000"
VOLUME ["/data"]
ENV DB_PATH="/data/db.sqlite"