mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
25 lines
615 B
YAML
25 lines
615 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
|
|
services:
|
|
openfire:
|
|
image: nasqueron/openfire:4.8.3
|
|
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
|