mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-03 14:21:11 +00:00
Merge pull request #6676 from ShadowArcanist/patch-3
fix(service): Bugsink CSRF validation error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user