File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- ## Broker-agnostic admin pangel for Taskiq
1+ ## Broker-agnostic admin panel for Taskiq
22
33Standalone admin panel with all data stored in SQLite database
44
55
6- - [ Broker-agnostic admin pangel for Taskiq] ( #broker-agnostic-admin-pangel -for-taskiq )
6+ - [ Broker-agnostic admin panel for Taskiq] ( #broker-agnostic-admin-panel -for-taskiq )
77 - [ Previews] ( #previews )
88 - [ Usage] ( #usage )
99 - [ Development] ( #development )
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ COPY --from=build /app/src/server/db/schema.ts /usr/app/src/server/db/schema.ts
3636EXPOSE 3000
3737ENV HOST=0.0.0.0 NODE_ENV=production
3838ENV DB_FILE_PATH=/usr/database/database.db
39+ ENV BACKUP_FILE_PATH=/usr/database/backup.db
3940
4041RUN npm install drizzle-kit drizzle-orm dotenv better-sqlite3
4142
You can’t perform that action at this time.
0 commit comments