mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Deactivated central_database for lam
This commit is contained in:
@@ -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' %}
|
||||
|
Reference in New Issue
Block a user