ghost
This commit is contained in:
@@ -7,10 +7,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
url: https://read.knast.cc
|
url: https://read.knast.cc
|
||||||
database__client: mysql
|
database__client: mysql
|
||||||
database__connection__host: localhost:3366
|
database__connection__host: ghost_db
|
||||||
database__connection__user: root
|
database__connection__user: root
|
||||||
database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
|
database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
|
||||||
database__connection__database: ghostdb
|
database__connection__database: ghost
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- default
|
- default
|
||||||
@@ -26,17 +26,17 @@ services:
|
|||||||
- "traefik.http.routers.ghost.tls.certresolver=letsencr"
|
- "traefik.http.routers.ghost.tls.certresolver=letsencr"
|
||||||
|
|
||||||
ghost_db:
|
ghost_db:
|
||||||
|
image: mysql:8
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
image: mysql:8
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
|
MYSQL_ROOT_PASSWORD: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/ghost_mysql:/var/lib/mysql
|
- /srv/ghost_mysql:/var/lib/mysql
|
||||||
ports:
|
# ports:
|
||||||
- 3366:3306
|
# - 3366:3306
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
|
|||||||
Reference in New Issue
Block a user