mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-27 11:05:36 +01:00
03c70e3902
- Adds request logging in debug mode for some endpoints - Moves certbot version determination to the startup scripts and removes bash script encapsulation when installing plugins - Revert loose domain validation, which was there for a specific reason addressing CVE's - Fix Cypress suite for cert generation - Adds Cypress test that iterates over the entire certbot plugins list and installs each one, ensuring at the very least that the install works - Fixed some plugins based on this - (!) Still some work to do on this, hostinger is still broken at least - Improved cypress tests for custom certs; they will generate on each run instead of being baked in. The baked ones were due to expire soon
13 lines
333 B
YAML
13 lines
333 B
YAML
# WARNING: This is a CI docker-compose file used for building and testing of the entire app, it should not be used for production.
|
|
services:
|
|
cypress:
|
|
environment:
|
|
CYPRESS_stack: "sqlite"
|
|
|
|
fullstack:
|
|
environment:
|
|
DB_SQLITE_FILE: "/data/mydb.sqlite"
|
|
PUID: 1000
|
|
PGID: 1000
|
|
DISABLE_IPV6: "true"
|