Skip to content

developer notes

dbeasley1 edited this page Sep 17, 2025 · 4 revisions

Docker stack was chosen rather than docker-compose. As XNAT uses docker containers running in swarm mode (default), then the XNAT, if on the same host, also should run as a service in swarm mode to prevent any memory issues. In addition, docker secrets are used to store passwords - this is not compatible with docker-compose.

Clone this wiki locally