ghost
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user