Add Firefly + caddy config

This commit is contained in:
=
2025-05-08 09:21:33 -05:00
parent d9f34a3199
commit 5bba9d66df
6 changed files with 16 additions and 8 deletions

View File

@@ -2,4 +2,3 @@ MYSQL_RANDOM_ROOT_PASSWORD=yes
MYSQL_USER=firefly
MYSQL_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R
MYSQL_DATABASE=firefly
MYSQL_PORT=3606

View File

@@ -16,7 +16,7 @@ SITE_OWNER=soenke@domroese.eu
#
# Avoid the "#" character in your APP_KEY, it may break things.
#
APP_KEY=fFYwIv$M%dwkqAK3*sZz4zWrihp@QYN*0$DtoB1vW%Yg32Ui980ZV^4M7@pG$*Tw
APP_KEY=9u8U6ZhrennOoD1cz9I8OvLExxYdJcC8
# Firefly III will launch using this language (for new users and unauthenticated visitors)
# For a list of available languages: https://github.com/firefly-iii/firefly-iii/blob/main/config/firefly.php#L123
@@ -85,7 +85,7 @@ PAPERTRAIL_PORT=
# Use "sqlite" for SQLite.
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3606
DB_PORT=3306
DB_DATABASE=firefly
DB_USERNAME=firefly
DB_PASSWORD=yZtpsAr!hmRG@oNN5Is8giT5egK*df4R

View File

@@ -55,8 +55,8 @@ FIREFLY_III_CLIENT_ID=
# GoCardless information.
# The key and ID can be set from a file if you append it with _FILE
#
NORDIGEN_ID=
NORDIGEN_KEY=
NORDIGEN_ID=fa30fd01-ce54-41df-aa6f-f268992ae176
NORDIGEN_KEY=39967f83a916cb10fe19225ca142a74c9aac3647fe1ad933ea4d251ab295fc099eca93ce9a2c4616cb55a388e8bc8b9cf97da541c6e354620c8b4f642f111b72
#
# If you want to use the GoCardless sandbox, set this to true.

View File

@@ -18,7 +18,7 @@ services:
- firefly_iii_upload:/var/www/html/storage/upload
env_file: .env
ports:
- '80:8080'
- '8950:8080'
depends_on:
- db
db:
@@ -40,7 +40,7 @@ services:
networks:
- firefly_iii
ports:
- '81:8080'
- '8951:8080'
depends_on:
- app
env_file: .importer.env