copr-fe-dev: open port 5000

This will allow us to run a testing web-server (without Apache and
wsgi), and e.g. trace using 'import pdb'.
This commit is contained in:
Pavel Raiskup 2022-12-04 15:07:09 +01:00
parent 361deff545
commit ed39dbd82b

View file

@ -30,6 +30,8 @@ letsencrypt:
tcp_ports: [22, 80, 443,
# node_exporter/prometheus
9100,
# testing httpd server, `copr-frontend run`
5000,
]
services_disabled: false