mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 00:01:09 +02:00
19 lines
426 B
YAML
19 lines
426 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
central_database: true
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true
|
|
baserow:
|
|
no_stop_required: true
|
|
image: "baserow/baserow"
|
|
version: "latest"
|
|
name: "baserow"
|
|
volumes:
|
|
data: "baserow_data"
|