mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(database): connect postgres via socket and read config from env _FILE secrets (#2061)
* feat(database): connect postgres via socket * feat(config): read env var secrets from file * docs: explain env var secrets * refactor: generate postgres dsn
This commit is contained in:
parent
24648e45f7
commit
fe4f385a22
9 changed files with 345 additions and 76 deletions
|
@ -1,6 +1,8 @@
|
|||
# build web
|
||||
FROM node:20.17.0-alpine3.20 AS web-builder
|
||||
RUN corepack enable
|
||||
# Update and enable Corepack
|
||||
RUN npm install -g corepack@latest && \
|
||||
corepack enable
|
||||
|
||||
WORKDIR /web
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue