Skip to content

Commit 790a1d0

Browse files
committed
fix(#1340400): fix MAILER_DSN for dev env and add png version of logos
1 parent b47de06 commit 790a1d0

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

api/public/gally-logo-baseline.png

28.9 KB
Loading

api/public/gally-logo.png

9.06 KB
Loading

compose.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
# See https://xdebug.org/docs/all_settings#mode
3333
- XDEBUG_MODE=${XDEBUG_MODE:-off}
3434
- PHP_IDE_CONFIG=serverName=gally
35+
- MAILER_DSN=${MAILER_DSN:-smtp://mailer:1025}
3536
extra_hosts:
3637
# Ensure that host.docker.internal is correctly defined on Linux
3738
- host.docker.internal:host-gateway

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ services:
8585
- TRUSTED_HOSTS=${TRUSTED_HOSTS:-^${SERVER_NAME:-|gally.localhost}|localhost|php$$}
8686
- CORS_ALLOW_ORIGIN=${CORS_ALLOW_ORIGIN:-^https?://${SERVER_NAME:-gally.localhost}$}
8787
- GALLY_CATALOG_MEDIA_URL=${GALLY_CATALOG_MEDIA_URL:-https://${SERVER_NAME:-gally.localhost}/media/catalog/product/}
88-
- MAILER_DSN=$MAILER_DSN
88+
- GALLY_FRONT_URL=${GALLY_FRONT_URL:-https://${SERVER_NAME:-gally.localhost}}
89+
- MAILER_DSN=${MAILER_DSN:-}
8990
- GALLY_DEFAULT_SENDER_NAME=${GALLY_DEFAULT_SENDER_NAME:-Gally}
9091
- GALLY_DEFAULT_SENDER_EMAIL=${GALLY_DEFAULT_SENDER_EMAIL:-noreply@gally.localhost}
9192
- DATABASE_URL=postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-16}&charset=${POSTGRES_CHARSET:-utf8}

0 commit comments

Comments
 (0)