mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update the .env files and the Dockerfile.
This commit is contained in:
parent
fc30d41ee5
commit
fb61229bf3
@ -15,7 +15,7 @@ APP_KEY=${FF_APP_KEY}
|
|||||||
|
|
||||||
# Change this value to your preferred time zone.
|
# Change this value to your preferred time zone.
|
||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=UTC
|
TZ=${TZ}
|
||||||
|
|
||||||
# This variable must match your installation's external address but keep in mind that
|
# This variable must match your installation's external address but keep in mind that
|
||||||
# it's only used on the command line as a fallback value.
|
# it's only used on the command line as a fallback value.
|
||||||
|
@ -15,7 +15,7 @@ APP_KEY=SomeRandomStringOf32CharsExactly
|
|||||||
|
|
||||||
# Change this value to your preferred time zone.
|
# Change this value to your preferred time zone.
|
||||||
# Example: Europe/Amsterdam
|
# Example: Europe/Amsterdam
|
||||||
TZ=${TZ}
|
TZ=Europe/Amsterdam
|
||||||
|
|
||||||
# This variable must match your installation's external address but keep in mind that
|
# This variable must match your installation's external address but keep in mind that
|
||||||
# it's only used on the command line as a fallback value.
|
# it's only used on the command line as a fallback value.
|
||||||
|
@ -60,6 +60,10 @@ RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/00-curl.conf && ldconfig
|
|||||||
COPY .deploy/docker/supervisord.conf /etc/supervisor/supervisord.conf
|
COPY .deploy/docker/supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
RUN mkdir -p /etc/supervisor/conf.d /var/log/supervisor
|
RUN mkdir -p /etc/supervisor/conf.d /var/log/supervisor
|
||||||
|
|
||||||
|
# Fix the link to curl:
|
||||||
|
RUN rm -rf /usr/local/lib/libcurl.so.4 && ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0 /usr/local/lib/libcurl.so.4
|
||||||
|
|
||||||
|
|
||||||
# copy Firefly III supervisor conf file.
|
# copy Firefly III supervisor conf file.
|
||||||
COPY ./.deploy/docker/firefly-iii.conf /etc/supervisor/conf.d/firefly-iii.conf
|
COPY ./.deploy/docker/firefly-iii.conf /etc/supervisor/conf.d/firefly-iii.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user