mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-26 14:20:03 +00:00
feat(templates): add new service templates and update existing compose files for various applications
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
||||
osticket:
|
||||
image: tiredofit/osticket:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_OSTICKET_80
|
||||
- APP_URL=${SERVICE_FQDN_OSTICKET}
|
||||
- SERVICE_URL_OSTICKET_80
|
||||
- APP_URL=${SERVICE_URL_OSTICKET}
|
||||
- CRON_INTERVAL=${CRON_INTERVAL:-10}
|
||||
- DB_HOST=mariadb
|
||||
- DB_NAME=${OSTICKET_DATABASE:-osticket-db}
|
||||
|
||||
Reference in New Issue
Block a user