NOTE: Information on this topic is now being maintained in the stigman-orchestration repository.

STIG Manager OSS docker-compose examples

Sample docker-compose orchestrations for the STIG Manager OSS project

The orchestrations are dependent on the official MySQL 8 image and a custom Keycloak 11 image.

Common step

  • Clone this repository and change directory to the cloned working directory.

Orchestration with unencrypted database session and password authentication

  • If you wish the API to automatically fetch current STIG content, in the file docker-compose.yml uncomment the lines
      # - STIGMAN_INIT_IMPORT_STIGS=true
      # - STIGMAN_INIT_IMPORT_SCAP=true
  • From your shell, execute docker-compose up -d && docker-compose logs -f
  • When all the services have started, STIG Manager will output:
Server is listening on port 54000
API is available at /api
API documentation is available at /api-docs
Client is available at /

Orchestration with TLS encrypted database session and client certificate authentication

  • If you wish the API to automatically fetch current STIG content, in the file docker-compose-tls.yml uncomment the lines
      # - STIGMAN_INIT_IMPORT_STIGS=true
      # - STIGMAN_INIT_IMPORT_SCAP=true
  • From your shell, execute docker-compose -f docker-compose-tls.yml up -d && docker-compose logs -f
  • When all the services have started, STIG Manager will output:
Server is listening on port 54000
API is available at /api
API documentation is available at /api-docs
Client is available at /