mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Changed coturn to image until coturn
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user