From 5ab77bcf77a89835e137362517297826447b0f85 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 20 Mar 2025 09:31:19 -0400 Subject: [PATCH] Modifications to Ghost container. --- docker-compose.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1e5b87c6..da687c2b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1337,21 +1337,6 @@ services: condition: service_started required: true restart: true - environment: - database__client: mysql - database__connection__host: mariadb - database__connection__port: 3306 - database__connection__user: ${GHOST_DB_USER} - database__connection__password: ${GHOST_DB_PASSWORD} - database__connection__database: ghost_db - mail__transport: SMTP - mail__options__host: postal-smtp - mail__options__port: 25 - mail__options__secure: false - mail__options__auth__user: ${POSTAL_SMTP_AUTH_USER} - mail__options__auth__pass: ${POSTAL_SMTP_AUTH_PASSWORD} - mail__from: "noreply@trez.wtf" - url: https://blog.${MY_TLD} image: ghost:latest labels: homepage.group: Lifestyle @@ -1370,6 +1355,8 @@ services: networks: default: null restart: always + volumes: + - ${DOCKER_VOLUME_CONFIG}/ghost:/home/ghost gitea: container_name: gitea depends_on: