enable ghost, enable paste, add stage k3s env

This commit is contained in:
rskntroot
2025-06-15 23:31:21 +00:00
parent 4b43948270
commit fdb2ba0d47
7 changed files with 164 additions and 91 deletions

13
ghost/.env Normal file
View File

@@ -0,0 +1,13 @@
# ghost service
database__client=mysql
database__connection__host=ghost-mysql-1
database__connection__user=ghost
database__connection__password=ghost
database__connection__database=ghost
url=https://blog.rskio.com
# ghost mysql
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=ghost
MYSQL_USER=ghost
MYSQL_PASSWORD=ghost