appstore-1panel/apps/openfire/4.9.0/docker-compose.yml
github-action update-app-version 29129e36b3 Update app version [skip ci]
2024-09-25 20:22:06 +00:00

25 lines
615 B
YAML

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