Fix HTTPS port in docker web UI tests

This commit is contained in:
Théophile Diot 2024-05-24 13:21:51 +01:00
parent fd546fad26
commit 327803063c
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
2 changed files with 4 additions and 4 deletions

View file

@ -10,12 +10,12 @@ services:
dockerfile: src/bw/Dockerfile
ports:
- 80:80
- 443:433
- 443:443
environment:
SERVER_NAME: ""
MULTISITE: "yes"
HTTP_PORT: "80"
HTTPS_PORT: "433"
HTTPS_PORT: "443"
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
USE_BUNKERNET: "no"
USE_BLACKLIST: "no"

View file

@ -9,12 +9,12 @@ services:
pull_policy: never
ports:
- 80:80
- 443:433
- 443:443
environment:
SERVER_NAME: ""
MULTISITE: "yes"
HTTP_PORT: "80"
HTTPS_PORT: "433"
HTTPS_PORT: "443"
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
LOG_LEVEL: "info"
USE_BUNKERNET: "no"