Skip to content

Commit

Permalink
test compose updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Golfari committed Mar 3, 2024
1 parent 28b2855 commit ed508a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ services:
SECRET_KEY: not-so-secret
SECURITY_PASSWORD_SALT: my_precious_two
SEND_FILE_MAX_AGE_DEFAULT: 0
# PYTHONPATH: ${app}:src
REDIS_URL: redis://redis:6379
REDIS_HOST: redis
REDIS_URL: redis://redis
REDIS_PORT: 6379
REDIS_SSL: 0
REDIS_SSL_CERT_REQS: 0
MAIL_SERVER: dummy
MAIL_PORT: 123
MAIL_USE_TLS: 0
Expand Down

0 comments on commit ed508a7

Please sign in to comment.