appstore-1panel/apps/ghost/5.89.0/docker-compose.yml
萌森 f7baf38fb8 修复发信失败
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-08-06 12:10:43 +08:00

30 lines
656 B
YAML

version: "3.8"
networks:
1panel-network:
external: true
services:
ghost:
image: ghost:5.89.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:2368
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content
environment:
- NODE_ENV=production
- server__host=0.0.0.0
- server__port=2368
- database__client=mysql
- mail__options__service=Email
- mail__options__secure=true