Skip to main content
Version: 1.2.1

Installation Using Docker Compose

The solution is delivered as container images.

Component Installation

To install the components, follow these steps:

  1. Download the docker-compose-v1.2.1.zip archive.
  2. Set the value for the ASOC_DOMAIN variable, which contains the reserved domain name for the ASOC graphical interface.
    info

    When installing a pilot project, it is necessary to add an A-record on the DNS server for the host where docker-compose is being launched.

  3. For correct local operation, modify/add the following line in /etc/hosts (using the value from the ASOC_DOMAIN variable):
    127.0.0.1 localhost asoc.testdomain.ximi
  4. Verify the current values of the variables: ASOC_IMG_FRONT, ASOC_IMG_CORE according to the required build version.
  5. Run the show.sh script, which will display the values of the variables from the docker-compose.yaml file for verification:
    ./show.sh
  6. Log in to the registry that provides access to the ASOC container images (using the harbor account username):
    docker login harbor.tronsec.ru
  7. Execute the following command:
    docker-compose up -d
  8. Check the status of the containers:
    docker ps
    info

    Correct container statuses:

    • Running
    • Up About a minute (for recently started containers)

Verifying Web Interface Load

To verify the interface load, open http://<ASOC_DOMAIN> in your browser (e.g., http://asoc.testdomain.ximi or http://localhost). After loading, log in to the system using the provided instructions.