[Feature] Setup baseline docker-compose.yml file for easier development #199
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Milestone
Problem
See #154
To scale back scope, we'll start by addressing item
1
and create adocker-compose.yml
file at./dev/
that can be called viadocker compose -f ./dev/docker-compose.yml [command]
in the commandline.Description
MVP
At a minimum:
wp-plugin-creativecommons
plugin directory into the web server atwp-content/plugins/
, so it can be user activated.gitignore
additions so local mount points are not tracked (./dev/db
&./dev/wordpress
)docker compose
one-liner referencing docker-compose.yml fileAlternatives
Additional context
Later Considerations
Implementation
The text was updated successfully, but these errors were encountered: