fix(service): Ghost using invalid base url

This commit is contained in:
ShadowArcanist 2025-11-14 23:33:47 +05:30 committed by GitHub
parent 262a960df1
commit 0bfee3ad33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ services:
- ghost-content-data:/var/lib/ghost/content
environment:
- SERVICE_URL_GHOST_2368
- url=$SERVICE_URL_GHOST_2368
- url=$SERVICE_URL_GHOST
- database__client=mysql
- database__connection__host=mysql
- database__connection__user=$SERVICE_USER_MYSQL