Skip to content

Commit 8056fb8

Browse files
authored
Merge pull request #13 from spikeninja/dev
feat: some updates
2 parents f788221 + ec96bad commit 8056fb8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Broker-agnostic admin pangel for Taskiq
1+
## Broker-agnostic admin panel for Taskiq
22

33
Standalone 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)

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ COPY --from=build /app/src/server/db/schema.ts /usr/app/src/server/db/schema.ts
3636
EXPOSE 3000
3737
ENV HOST=0.0.0.0 NODE_ENV=production
3838
ENV DB_FILE_PATH=/usr/database/database.db
39+
ENV BACKUP_FILE_PATH=/usr/database/backup.db
3940

4041
RUN npm install drizzle-kit drizzle-orm dotenv better-sqlite3
4142

0 commit comments

Comments
 (0)