This commit is contained in:
msnie
2024-06-07 11:53:50 +02:00
parent 71478540a8
commit 1f22f81765
+2 -2
View File
@@ -7,7 +7,7 @@ services:
environment:
url: https://read.knast.cc
database__client: mysql
database__connection__host: ghost_db
database__connection__host: localhost
database__connection__user: root
database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
database__connection__database: ghostdb
@@ -24,7 +24,7 @@ services:
- "traefik.http.routers.ghost.entrypoints=websecure"
- "traefik.http.routers.ghost.rule=Host(`read.$DOMAIN_NAME`)"
- "traefik.http.routers.ghost.tls.certresolver=letsencr"
ghost_db:
networks:
- default