mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
|
FROM alpine:latest
|
||
|
LABEL maintainer="eikek0 <eike@docspell.org>"
|
||
|
|
||
|
ENV DB_TYPE=postgresql \
|
||
|
DB_HOST=db \
|
||
|
DB_PORT=5432 \
|
||
|
DB_NAME=dbname \
|
||
|
DB_USER=dbuser \
|
||
|
DB_PASS=dbpass
|