Optimized images and version configuration for dockerfiles

This commit is contained in:
2025-05-26 13:06:21 +02:00
parent 9e19a050a6
commit b599a528b8
35 changed files with 210 additions and 45 deletions

View File

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

View File

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