mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
- Move image definition from images.joomla to docker.services.joomla - Add container name, container_port variable, and healthcheck - Introduce JOOMLA_IMAGE, JOOMLA_VERSION, JOOMLA_CONTAINER, JOOMLA_VOLUME in vars - Use volume mapping via docker.volumes.data See: https://chatgpt.com/share/68af55a9-6514-800f-b6f7-1dc86356936e
21 lines
397 B
YAML
21 lines
397 B
YAML
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
central_database: true
|
|
logout: true
|
|
server:
|
|
domains:
|
|
canonical:
|
|
- "cms.{{ PRIMARY_DOMAIN }}"
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true
|
|
joomla:
|
|
image: joomla
|
|
version: latest
|
|
name: joomla
|
|
volumes:
|
|
data: "joomla_data"
|