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
2
2
3
3
Standalone admin panel with all data stored in SQLite database
4
4
5
5
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 )
7
7
- [ Previews] ( #previews )
8
8
- [ Usage] ( #usage )
9
9
- [ 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
36
36
EXPOSE 3000
37
37
ENV HOST=0.0.0.0 NODE_ENV=production
38
38
ENV DB_FILE_PATH=/usr/database/database.db
39
+ ENV BACKUP_FILE_PATH=/usr/database/backup.db
39
40
40
41
RUN npm install drizzle-kit drizzle-orm dotenv better-sqlite3
41
42
You can’t perform that action at this time.
0 commit comments