mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changed coturn to image until coturn
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
{% include 'roles/docker-central-database/templates/services/' + database_type + '.yml.j2' %}
|
||||
|
||||
web:
|
||||
image: "attendize_web:{{applications.attendize.version}}"
|
||||
image: "{{ applications[application_id].images.web }}"
|
||||
ports:
|
||||
- "{{ports.localhost.http[application_id]}}:80"
|
||||
volumes:
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||
|
||||
worker:
|
||||
image: "attendize_worker:{{applications.attendize.version}}"
|
||||
image: "{{ applications[application_id].images.worker }}"
|
||||
{% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}
|
||||
maildev:
|
||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
version: "latest"
|
||||
image:
|
||||
web: "attendize_web:latest"
|
||||
worker: "attendize_worker:latest"
|
||||
credentials:
|
||||
features:
|
||||
matomo: true
|
||||
|
Reference in New Issue
Block a user