nexo/services/core/compose
2026-05-26 10:52:25 +09:00
..
.env.example Prepare core compose for remote test deployment 2026-05-26 10:50:16 +09:00
docker-compose.yml Fix core compose SQL settings 2026-05-26 10:52:25 +09:00
README.md Prepare core compose for remote test deployment 2026-05-26 10:50:16 +09:00

Core Compose

This compose file mirrors the current Mattermost-based runtime shape inside the services/core module.

cd services/core/compose
cp .env.example .env
docker compose up

Runtime state is written to services/core/data/, which is ignored by git. Place push-proxy configuration under services/core/data/push-proxy/config/mattermost-push-proxy.json when FCM smoke testing is needed.

The default host ports are 18065 for core and 18066 for push-proxy so this test deployment can run beside the existing Mattermost service.