totara-docker-dev
totara-docker-dev copied to clipboard
A docker setup to create a development environment for Totara Learn
To be done - add in 8.2 & 8.3 images for development.
**Describe the bug** One of the domains Ngrok uses is `*.ngrok.app`, I think just for if you are a paying user, Just adding `ngrok.app` to the `$ngrok_urls` array in the...
We need to add DB docker images: Postgres 16.1 MySQL 8.2 MariaDB 11.0. 11.1, 11.2 MSSQL Server 2022
I replced the base image of apache, nginx, postgresql, nodejs, redis and memcache to alpine linux. The reason for replacement were that alpine linux is smaller and consume less resource...
This PR adds a tphp command for executing commands inside the php container. Example: ``` sc ~/c/t/learn> tdb drop Successfully dropped pgsql14 database learn_17 sc ~/c/t/learn> tdb create Successfully created...
Currently we support a single Redis node but not a read-only replica setup. This has made it hard to test certain configurations, leading to bugs such as TL-36554 slipping through....
Currently the PHP containers only contain en_AU and en_US locales, which makes it hard to test anything to do with locale formatting (e.g. dates) as you have to patch the...
**Is your feature request related to a problem? Please describe.** Currently you need to set the IP address of the host manually in the .env file to get xdebug working...