Skip to content

developer notes

dbeasley1 edited this page Oct 3, 2023 · 4 revisions

v1.8:

Docker stack was chosen rather than docker-compose. As XNAT uses docker containers running in swarm mode (recommended), 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