Changed coturn to image until coturn

This commit is contained in:
2025-05-26 10:30:42 +02:00
parent cdfd464bce
commit 9e19a050a6
10 changed files with 24 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ services:
application:
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
image: "baserow/baserow:{{applications.baserow.version}}"
image: "{{ applications[application_id].images.application }}"
container_name: baserow-application
volumes:
- data:/baserow/data

View File

@@ -1,4 +1,5 @@
version: "latest"
images:
application: "baserow/baserow:latest"
features:
matomo: true
css: true