mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Update docker files.
This commit is contained in:
13
.env.example
13
.env.example
@@ -39,13 +39,12 @@ APP_LOG_LEVEL=notice
|
|||||||
|
|
||||||
# Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III
|
# Database credentials. Make sure the database exists. I recommend a dedicated user for Firefly III
|
||||||
# For other database types, please see the FAQ: http://firefly-iii.readthedocs.io/en/latest/support/faq.html
|
# For other database types, please see the FAQ: http://firefly-iii.readthedocs.io/en/latest/support/faq.html
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=pgsql
|
||||||
# If you use DOCKER COMPOSE, change this variable to "firefly_iii_db"
|
DB_HOST=firefly_iii_db
|
||||||
DB_HOST=127.0.0.1
|
DB_PORT=5432
|
||||||
DB_PORT=3306
|
DB_DATABASE=firefly
|
||||||
DB_DATABASE=homestead
|
DB_USERNAME=firefly
|
||||||
DB_USERNAME=homestead
|
DB_PASSWORD=secret_firefly_password
|
||||||
DB_PASSWORD=secret
|
|
||||||
|
|
||||||
# PostgreSQL supports SSL. You can configure it here.
|
# PostgreSQL supports SSL. You can configure it here.
|
||||||
PGSQL_SSL_MODE=prefer
|
PGSQL_SSL_MODE=prefer
|
||||||
|
@@ -4,7 +4,7 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
services:
|
services:
|
||||||
firefly_iii_app:
|
firefly_iii_app:
|
||||||
image: jc5x/firefly-iii:develop
|
image: jc5x/firefly-iii:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- firefly_iii_db
|
- firefly_iii_db
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user