Skip to content

Commit

Permalink
fix(build): vsrf_trusted_origins in backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiberus committed Jan 16, 2023
1 parent e214912 commit c7128ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
SECRET_KEY: ${BACKEND_SECRET_KEY}
DEBUG: ${BACKEND_DEBUG}
ALLOWED_HOSTS: ${BACKEND_ALLOWED_HOSTS}
CSRF_TRUSTED_ORIGINS: ${CSRF_TRUSTED_ORIGINS}
DB_HOST: ${DB_HOST}
DB_PORT: ${DB_PORT}
DB_NAME: ${DB_NAME}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
SECRET_KEY: ${BACKEND_SECRET_KEY}
DEBUG: ${BACKEND_DEBUG}
ALLOWED_HOSTS: ${BACKEND_ALLOWED_HOSTS}
CSRF_TRUSTED_ORIGINS: ${CSRF_TRUSTED_ORIGINS}
DB_HOST: ${DB_HOST}
DB_PORT: ${DB_PORT}
DB_NAME: ${DB_NAME}
Expand Down

0 comments on commit c7128ef

Please sign in to comment.