firefly-iii. trying to fix strange URL generation problem.
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
6310ec43ce
commit
6192640b9c
|
@ -3,8 +3,8 @@
|
|||
|
||||
IMAGE_TAG=latest
|
||||
|
||||
HTTP_BIND_ADDR=127.0.0.1
|
||||
HTTP_BIND_PORT=8392
|
||||
WEB_BIND_ADDR=127.0.0.1
|
||||
WEB_BIND_PORT=8392
|
||||
|
||||
UPLOAD_DIR=./upload
|
||||
DB_DIR=./db
|
||||
|
@ -146,7 +146,7 @@ MAIL_MAILER=smtp
|
|||
MAIL_HOST=smtp-relay.sendinblue.com
|
||||
MAIL_PORT=587
|
||||
MAIL_FROM=firefly@domain.tld
|
||||
MAIL_USERNAME=skobkin-ru@ya.ru
|
||||
MAIL_USERNAME=username
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
#MAIL_SENDMAIL_COMMAND=
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
networks:
|
||||
- firefly_iii
|
||||
ports:
|
||||
- '${HTTP_BIND_ADDR:-127.0.0.1}:${HTTP_BIND_PORT:-8392}:8080/tcp'
|
||||
- '${WEB_BIND_ADDR:-127.0.0.1}:${WEB_BIND_PORT:-8392}:8080/tcp'
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
|
Loading…
Reference in a new issue