docker-scripts/linux/ecosystem/testrail
2023-07-25 22:07:15 +03:00
..
5.4.1.3669 image fix 2023-07-25 21:55:42 +03:00
5.5.0.3727 image fix 2023-07-25 21:55:42 +03:00
5.5.0.3731 image fix 2023-07-25 21:55:42 +03:00
5.5.0.3735 image fix 2023-07-25 21:55:42 +03:00
5.5.1.3746 image fix 2023-07-25 21:55:42 +03:00
5.6.0.3853 image fix 2023-07-25 21:55:42 +03:00
5.6.0.3856 image fix 2023-07-25 21:55:42 +03:00
5.6.0.3861 image fix 2023-07-25 21:55:42 +03:00
5.6.0.3862 image fix 2023-07-25 21:55:42 +03:00
5.6.0.3865 image fix 2023-07-25 21:55:42 +03:00
5.7.0.3938 image fix 2023-07-25 22:07:15 +03:00
5.7.0.3942 image fix 2023-07-25 22:07:15 +03:00
5.7.0.3951 image fix 2023-07-25 22:07:15 +03:00
5.7.1.4026 image fix 2023-07-25 22:07:15 +03:00
5.7.1.4028 image fix 2023-07-25 22:07:15 +03:00
6.0.0.4140 image fix 2023-07-25 22:07:15 +03:00
6.0.1.4163 image fix 2023-07-25 22:07:15 +03:00
6.1.0.4367 image fix 2023-07-25 22:07:15 +03:00
6.1.0.4369 image fix 2023-07-25 22:07:15 +03:00
6.1.1.1020 image fix 2023-07-25 22:07:15 +03:00
6.1.1.1021 image fix 2023-07-25 22:07:15 +03:00
6.2.0.1085 image fix 2023-07-25 22:07:15 +03:00
6.2.1.1003 image fix 2023-07-25 22:07:15 +03:00
6.2.1.1005 image fix 2023-07-25 22:07:15 +03:00
6.2.2.1107 image fix 2023-07-25 22:07:15 +03:00
6.2.3.1114 image fix 2023-07-25 22:07:15 +03:00
6.3.0.1120 image fix 2023-07-25 22:07:15 +03:00
6.3.1.1004 image fix 2023-07-25 22:07:15 +03:00
6.3.1.1006 image fix 2023-07-25 22:07:15 +03:00
6.4.0.1284 image fix 2023-07-25 22:07:15 +03:00
6.4.0.1293 image fix 2023-07-25 22:07:15 +03:00
6.5.0.1298 image fix 2023-07-25 22:07:15 +03:00
6.5.1.1002 image fix 2023-07-25 22:07:15 +03:00
6.5.3.1001 image fix 2023-07-25 22:07:15 +03:00
6.5.4.1002 image fix 2023-07-25 22:07:15 +03:00
6.5.4.1007 image fix 2023-07-25 22:07:15 +03:00
6.5.5.1009 image fix 2023-07-25 22:07:15 +03:00
6.5.6.1014 image fix 2023-07-25 22:07:15 +03:00
6.5.7.1000 image fix 2023-07-25 22:07:15 +03:00
6.6.0.1156 image fix 2023-07-25 22:07:15 +03:00
6.6.1.1166 image fix 2023-07-25 22:07:15 +03:00
6.7.1.1020 image fix 2023-07-25 22:07:15 +03:00
6.7.2.1037 image fix 2023-07-25 22:07:15 +03:00
6.7.2.1043 image fix 2023-07-25 22:07:15 +03:00
7.0.0.1057 image fix 2023-07-25 22:07:15 +03:00
7.0.1.1002 image fix 2023-07-25 22:07:15 +03:00
7.0.1.1013 image fix 2023-07-25 22:07:15 +03:00
7.0.2.1014 image fix 2023-07-25 22:07:15 +03:00
7.0.2.1015 image fix 2023-07-25 22:07:15 +03:00
7.0.2.1016 image fix 2023-07-25 22:07:15 +03:00
7.4.1.8079 image fix 2023-07-25 22:07:15 +03:00
7.4.1.8091 image fix 2023-07-25 22:07:15 +03:00
7.4.1.8092 image fix 2023-07-25 22:07:15 +03:00
7.5.1.7010 image fix 2023-07-25 22:07:15 +03:00
7.5.1.7012 image fix 2023-07-25 22:07:15 +03:00
7.5.1.7013 image fix 2023-07-25 22:07:15 +03:00
7.5.2.1002 image fix 2023-07-25 22:07:15 +03:00
7.5.3.1000 image fix 2023-07-25 22:07:15 +03:00
8.0.0.1089 image fix 2023-07-25 22:07:15 +03:00
8.0.1.1029 image fix 2023-07-25 22:07:15 +03:00
README.md v01062023 (#96) 2023-06-08 00:53:17 +03:00

Testrail

Compose example

  testrail-latest-core:
    container_name: testrail-latest-core
    hostname: testrail-latest-core
    image: epicmorg/testrail:latest
    restart: always
    ports:
        - "80:80"
    volumes:
      - /mnt/lvm/apps/testrail-latest/core/custom/auth/auth.php:/var/www/testrail/custom/auth/auth.php:ro
      - /mnt/lvm/apps/testrail-latest/core/attachments:/opt/testrail/attachments
      - /mnt/lvm/apps/testrail-latest/core/audit:/opt/testrail/audit
      - /mnt/lvm/apps/testrail-latest/core/logs:/opt/testrail/logs
      - /mnt/lvm/apps/testrail-latest/core/reports:/opt/testrail/reports
      - /mnt/lvm/apps/testrail-latest/core/www/config:/var/www/testrail/config
    depends_on:
      - testrail-latest-mysql
      - testrail-latest-rabbitmq
      - testrail-latest-cassandra
    environment:
      - TR_DEFAULT_TASK_EXECUTION=5

  testrail-latest-mysql:
    container_name: testrail-latest-mysql
    hostname: testrail-latest-mysql
    image: mysql:8
    ports:
        - "3306:3306"
    volumes:
      - /mnt/lvm/apps/testrail-latest/mysql8.0/etc/mysql/my.cnf:/etc/mysql/my.cnf
      - /mnt/lvm/apps/testrail-latest/mysql8.0/var/lib/mysql:/var/lib/mysql
      - /mnt/lvm/apps/testrail-latest/mysql8.0/var/lib/mysql-files:/var/lib/mysql-files
      - /mnt/lvm/apps/testrail-latest/mysql8.0/var/log/mysql:/var/log/mysql
    restart: always
    environment:
      INIT_TOKUDB: 1
      MYSQL_ROOT_PASSWORD: password

  testrail-latest-cassandra:
    container_name: testrail-latest-cassandra
    hostname: cassandra
    image: epicmorg/cassandra:3.11
    ulimits:
      memlock: -1
      nproc: 1048575
      nofile: 100000
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /mnt/lvm/apps/testrail-latest/cassandra/bitnami:/bitnami
    environment:
      - CASSANDRA_SEEDS=user
      - CASSANDRA_PASSWORD_SEEDER=yes
      - CASSANDRA_PASSWORD=password
    restart: always

  testrail-latest-rabbitmq:
    image: rabbitmq:3-management
    container_name: testrail-latest-rabbitmq
    hostname: testrail-latest-rabbitmq
    ports:
        - 15671:15671
        - 15672:15672
    restart: always
    environment:
      - RABBITMQ_DEFAULT_USER=testrail
      - RABBITMQ_DEFAULT_PASS=testrail
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /mnt/lvm/apps/testrail-latest/rabbitmq:/var/lib/rabbitmq