use sqlite as postgre doesn't work
This commit is contained in:
parent
845a557cf7
commit
261156fa63
@ -1,7 +1,8 @@
|
||||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache murmur qt-postgresql
|
||||
RUN apk add --no-cache murmur
|
||||
|
||||
VOLUME /etc/ssl/murmur
|
||||
VOLUME /var/lib/murmur/
|
||||
|
||||
ADD /rootfs /
|
||||
|
@ -13,19 +13,19 @@
|
||||
|
||||
# Path to database. If blank, will search for
|
||||
# murmur.sqlite in default locations or create it if not found.
|
||||
database={{getenv "DBNAME"}}
|
||||
database=/var/lib/murmur/murmur.sqlite
|
||||
|
||||
# If you wish to use something other than SQLite, you'll need to set the name
|
||||
# of the database above, and also uncomment the below.
|
||||
# Sticking with SQLite is strongly recommended, as it's the most well tested
|
||||
# and by far the fastest solution.
|
||||
#
|
||||
dbDriver=QPSQL
|
||||
dbUsername={{getenv "DBUSER"}}
|
||||
dbPassword={{getenv "DBPASSWORD"}}
|
||||
dbHost={{getenv "DBHOST"}}
|
||||
dbPort={{getenv "DBPORT"}}
|
||||
dbPrefix=murmur_
|
||||
#dbDriver=QMYSQL
|
||||
#dbUsername=
|
||||
#dbPassword=
|
||||
#dbHost=
|
||||
#dbPort=
|
||||
#dbPrefix=murmur_
|
||||
#dbOpts=
|
||||
|
||||
# Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
|
||||
|
Loading…
Reference in New Issue
Block a user