This commit is contained in:
msnie
2024-05-24 20:30:08 +02:00
parent 3d453f434a
commit bb15d866e2
+7 -7
View File
@@ -5,12 +5,12 @@ services:
volumes:
- /srv/ghost:/var/lib/ghost/content
environment:
- url=https://read.knast.cc
- database__client=mysql
- database__connection__host=localhost:3306
- database__connection__user=root
- database__connection__password=$MYSQL_ROOT_PASSWORD
- database__connection__database=ghostdb
url: https://read.knast.cc
database__client: mysql
database__connection__host: ghost_db
database__connection__user: root
database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
database__connection__database: ghostdb
depends_on:
- ghost_db
restart: unless-stopped
@@ -26,7 +26,7 @@ services:
restart: unless-stopped
command: --default-authentication-plugin=mysql_native_password
environment:
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD
MYSQL_ROOT_PASSWORD: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
volumes:
- /srv/ghost_mysql:/var/lib/mysql
ports: