mirror of
				https://github.com/EpicMorg/docker.git
				synced 2025-10-31 07:41:16 +03:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			685 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			685 B
		
	
	
	
	
	
	
	
Testrail
- Based on websites:php7.1of our ecosystem.
Compose example
version: '3.7'
services:
  testrail:
    image: epicmorg/testrail:auth-ldap-6.1.1.1020
#    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