Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docker-compose_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ services:
- testrail
ports:
- "${HTTP_PORT:-8000}:80"
- "${HTTPS_PORT:-443}:443"
environment:
SSL: "{SSL:true}"
volumes:
- 'testrail_root:/var/www/testrail'
- 'testrail_opt:/opt/testrail'
- 'testrail_ssl:/opt/nginx/ssl'


db:
Expand Down Expand Up @@ -63,6 +67,13 @@ volumes:
type: none
device: "$PWD/${OPT_PATH:-_opt}"
o: bind

testrail_ssl:
driver: local
driver_opts:
type: none
device: "$PWD/${OPT_PATH:-_ssl}"
o: bind

testrail_mysql:
driver: local
Expand All @@ -76,4 +87,4 @@ volumes:
driver_opts:
type: none
device: "$PWD/${CONFIG_PATH:-_config}"
o: bind
o: bind