5th draft of cisoassistant manifest
This commit is contained in:
parent
30c83e16dc
commit
c5e961ccf0
2 changed files with 9 additions and 5 deletions
|
@ -1,4 +1,13 @@
|
||||||
services:
|
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:
|
backend:
|
||||||
container_name: backend
|
container_name: backend
|
||||||
image: ghcr.io/intuitem/ciso-assistant-enterprise-backend:latest
|
image: ghcr.io/intuitem/ciso-assistant-enterprise-backend:latest
|
||||||
|
|
|
@ -24,11 +24,6 @@ class net::cisoassistant {
|
||||||
* => $params,
|
* => $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':
|
file { '/etc/docker/daemon.json':
|
||||||
mode => '0744',
|
mode => '0744',
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
|
|
Loading…
Add table
Reference in a new issue