1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 22:06:27 +08:00
1Panel-Appstore/ghost/5.101.2/docker-compose.yml
github-action update-app-version f6892feb1a Update app version [skip ci]
2024-11-19 00:49:12 +00:00

28 lines
641 B
YAML

networks:
1panel-network:
external: true
services:
ghost:
image: ghost:5.101.2
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