Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker-compose.yaml #29

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD_FILE: /run/secrets/pg_password
# CISO_SUPERUSER_EMAIL: [email protected]
EMAIL_HOST: your.mail.server
EMAIL_HOST: host.docker.internal
EMAIL_PORT: 1025
EMAIL_HOST_USER: ''
EMAIL_HOST_PASSWORD: ''
EMAIL_USE_TLS: "False"
EMAIL_USE_SSL: "False"
# EMAIL_USE_TLS: True
# EMAIL_USE_SSL: True
DEFAULT_FROM_EMAIL: [email protected]
DB_HOST: ciso-postgres
volumes:
Expand Down
Loading