docker-scripts/linux/ecosystem/testrail/7.5.3.1000/ad
STAM 511a8a115a
infrastructure improvements + drop ASTRA SE\CE 1.7 support
update requirements.txt


github actions runs-on: ubuntu-24.04



make pip fix

- failsafe
- systemwide

zabbix 7 + zabbix fixes

cleanup

ci

wip: fixes, nginx update, support update

wip: bookworm 12 base updates

wip: requirements.txt cleanup

zabbix USER fix

WIP: debian 12 develop improvements
2024-08-17 16:55:42 +03:00
..
docker-compose.yml WIP - backports 2024-06-21 16:22:11 +03:00
docker-entrypoint.sh ansible image generator (wip) + new apache2 and php 2023-07-24 20:43:12 +03:00
Dockerfile v01062023 (#96) 2023-06-08 00:53:17 +03:00
Makefile infrastructure improvements + drop ASTRA SE\CE 1.7 support 2024-08-17 16:55:42 +03:00
README.md ansible image generator (wip) + new apache2 and php 2023-07-24 20:43:12 +03:00

Testrail

  • Based on websites:php7.4 of our ecosystem.

Compose example

version: '3.7'
services:
  testrail:
    image: epicmorg/testrail-ad-:7.5.3.1000
#    depends_on:
#      - mysql
#      - memcached
    restart: unless-stopped
    volumes:
      - /etc/localtime:/etc/localtime
      - /etc/timezone:/etc/timezone
#      - /etc/letsencrypt:/etc/letsencrypt
      - www:/var/www
      - apache2:/etc/apache2
      - php:/etc/php
    restart: unless-stopped
#    extra_hosts:
#      - "example.com:192.168.0.11"
    tmpfs:
      - /tmp
      - /var/lib/php/sessions
volumes:
  www:
    external: true
  apache2:
    external: true
  php:
    external: true