Fixed CSRF validation errors for bugsink service template
This commit is contained in:
parent
9d1369e7f8
commit
710e8c3d51
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ services:
|
|||
- SERVICE_URL_BUGSINK_8000
|
||||
- BASE_URL=$SERVICE_URL_BUGSINK_8000
|
||||
- DATABASE_URL=mysql://${SERVICE_USER_BUGSINK}:$SERVICE_PASSWORD_BUGSINK@mysql:3306/${MYSQL_DATABASE:-bugsink}
|
||||
- BEHIND_HTTPS_PROXY=True
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in a new issue