Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-10-25 02:18:04 +00:00
parent 50a32058cd
commit ccf7474b3b
5 changed files with 0 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
ghost:
image: ghost:5.97.3
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