Choose port and use local server IP
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-11-08 20:12:56 +01:00
parent fedd017792
commit e5056086d6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export SMTP_PORT=587
export SMTP_USER_NAME=foodsoft
export SMTP_SERVER_PORT=2525
export SMTP_SERVER_HOST=order.biobulkbende.org
export SMTP_SERVER_HOST=0.0.0.0
export SECRET_DB_PASSWORD_VERSION=v1
export SECRET_DB_ROOT_PASSWORD_VERSION=v1

View File

@ -115,6 +115,8 @@ services:
smtp:
image: "foodcoops/foodsoft:4.7.0"
ports:
- "2525:2525"
configs:
- source: db_config
target: /usr/src/app/config/database.yml