2022-07-27 08:41:17 +00:00
|
|
|
---
|
|
|
|
joomla_enabled: false
|
|
|
|
joomla_available_externally: false
|
|
|
|
|
|
|
|
joomla_database_password: top_secret
|
|
|
|
|
|
|
|
# directories
|
|
|
|
joomla_data_directory: "{{ docker_home }}/joomla"
|
|
|
|
|
|
|
|
# network
|
|
|
|
joomla_port: "8181"
|
|
|
|
joomla_hostname: "joomla"
|
2023-03-09 20:47:42 +00:00
|
|
|
joomla_network_name: "joomla"
|
|
|
|
|
|
|
|
# docker
|
|
|
|
joomla_container_name: "joomla"
|
|
|
|
joomla_image_name: "joomla"
|
|
|
|
joomla_image_version: "latest"
|
|
|
|
joomla_db_container_name: "joomla-db"
|
|
|
|
joomla_db_image_name: "mysql"
|
|
|
|
joomla_db_image_version: "5.7"
|
2022-07-27 08:41:17 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
joomla_memory: 1g
|
2023-03-09 20:47:42 +00:00
|
|
|
joomla_db_memory: 1g
|