mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-20 07:21:01 +00:00
feat(templates): add new service templates and update existing compose files for various applications
This commit is contained in:
@@ -31,8 +31,8 @@ services:
|
||||
environment:
|
||||
- SECRET_KEY=$SERVICE_PASSWORD_64_BUGSINK
|
||||
- CREATE_SUPERUSER=admin:$SERVICE_PASSWORD_BUGSINK
|
||||
- SERVICE_FQDN_BUGSINK_8000
|
||||
- BASE_URL=$SERVICE_FQDN_BUGSINK_8000
|
||||
- SERVICE_URL_BUGSINK_8000
|
||||
- BASE_URL=$SERVICE_URL_BUGSINK_8000
|
||||
- DATABASE_URL=mysql://${SERVICE_USER_BUGSINK}:$SERVICE_PASSWORD_BUGSINK@mysql:3306/${MYSQL_DATABASE:-bugsink}
|
||||
depends_on:
|
||||
mysql:
|
||||
|
||||
Reference in New Issue
Block a user