Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-09-25 20:22:06 +00:00
parent 781b9353bd
commit 29129e36b3
5 changed files with 0 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
openfire:
image: nasqueron/openfire:4.9.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9090
- ${PANEL_APP_PORT_WSS}:9091
- ${PANEL_APP_PORT_SERVER}:5222
- ${PANEL_APP_PORT_MESSAGE}:7777
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${OPENFIRE_ROOT_PATH}/data:/var/lib/openfire
- ${OPENFIRE_ROOT_PATH}/logs:/var/log/openfire