mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Deactivated central_database for lam
This commit is contained in:
parent
fdceb0f792
commit
aeaf84de6f
@ -1,5 +1,8 @@
|
||||
images:
|
||||
lam: "ghcr.io/ldapaccountmanager/lam:latest"
|
||||
docker:
|
||||
services:
|
||||
lam:
|
||||
image: ghcr.io/ldapaccountmanager/lam
|
||||
version: latest
|
||||
oauth2_proxy:
|
||||
application: application
|
||||
port: 80
|
||||
@ -10,7 +13,6 @@ features:
|
||||
css: true
|
||||
port-ui-desktop: true
|
||||
ldap: true
|
||||
central_database: false
|
||||
oauth2: true
|
||||
logout: true
|
||||
server:
|
||||
|
@ -1,8 +1,8 @@
|
||||
{% include 'roles/docker-compose/templates/base.yml.j2' %}
|
||||
|
||||
application:
|
||||
container_name: {{ application_id | get_entity_name }}
|
||||
image: "{{ applications | get_app_conf(application_id, 'images.lam', True) }}"
|
||||
container_name: "{{ lam_container }}"
|
||||
image: "{{ lam_image }}"
|
||||
ports:
|
||||
- 127.0.0.1:{{ports.localhost.http[application_id]}}:80
|
||||
{% include 'roles/docker-container/templates/base.yml.j2' %}
|
||||
|
@ -1 +1,6 @@
|
||||
application_id: "web-app-lam"
|
||||
# General
|
||||
application_id: "web-app-lam"
|
||||
|
||||
# LAM specific
|
||||
lam_image: "{{ applications | get_app_conf(application_id, 'docker.services.lam.image', True) }}"
|
||||
lam_container: "{{ application_id | get_entity_name }}"
|
Loading…
x
Reference in New Issue
Block a user