No need to allow port 80 now

This commit is contained in:
Johan Wassberg 2024-01-19 10:03:07 +01:00
parent 0b060a4e63
commit 1512ac38a9
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -2,10 +2,6 @@
class eid::idm_db (
$bootstrap = undef,
) {
sunet::nftables::allow { 'allow-http-from-all':
from => 'any',
port => '80',
}
sunet::docker_compose { 'mariadb':
content => template('eid/idm_db/docker-compose.yml.erb'),