work
This commit is contained in:
+2
-1
@@ -23,9 +23,10 @@ COPY --from=builder /app/static ./static
|
||||
USER rustpad
|
||||
ENV APP_HOST=0.0.0.0 \
|
||||
APP_PORT=3000 \
|
||||
DATABASE_URL=sqlite:///data/rustpad.db?mode=rwc \
|
||||
DATABASE_URL=sqlite:///data/db/rustpad.db?mode=rwc \
|
||||
DATABASE_MAX_CONNECTIONS=8 \
|
||||
STATIC_DIR=/app/static \
|
||||
FILES_DIR=/data/files \
|
||||
RUST_LOG=rustpad=info,tower_http=info
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user