Modifications to Ghost container.
This commit is contained in:
+2
-15
@@ -1337,21 +1337,6 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: 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
|
image: ghost:latest
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Lifestyle
|
homepage.group: Lifestyle
|
||||||
@@ -1370,6 +1355,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/ghost:/home/ghost
|
||||||
gitea:
|
gitea:
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user