5th draft of cisoassistant manifest

This commit is contained in:
Rasmus Thorslund 2025-01-31 13:38:59 +01:00
parent 30c83e16dc
commit c5e961ccf0
No known key found for this signature in database
GPG key ID: 502D33332E9E305D
2 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,13 @@
services:
always-https:
container_name: always-https
image: docker.sunet.se/always-https
restart: always
ports:
- 80:80
environment:
- ACME_URL=http://acme-c.sunet.se/
backend:
container_name: backend
image: ghcr.io/intuitem/ciso-assistant-enterprise-backend:latest

View file

@ -24,11 +24,6 @@ class net::cisoassistant {
* => $params,
}
}
sunet::docker_compose { 'always-https':
image => 'docker.sunet.se/always-https',
service_name => 'acme_http'
env => ['ACME_URL=http://acme-c.sunet.se/'],
}
file { '/etc/docker/daemon.json':
mode => '0744',
owner => 'root',