Closed jdrew82 closed 7 months ago
What is the part about adding invoke onto this? Are we still able to do docker compose up
to get going?
What is the part about adding invoke onto this? Are we still able to do
docker compose up
to get going?
I still need to finish updating documentation to include that bit. I think you should still be able to do 'docker compose up' in the environments folder if you specify the project or which files. Need to test to confirm though.
What is the part about adding invoke onto this? Are we still able to do
docker compose up
to get going?
I've confirmed that you are able to use docker compose up
commands if you want, but you need to add all the additional toggles such as specifying the project name and folder. The invoke command makes this much simpler so I think it makes more sense to just tell users to use the invoke commands.
Just a small comment to the readme. The creds.example.env file is referred to as creds.example.example instead of creds.example.env on line 128 in the code block :)
This PR is to refactor the project to use Poetry for dependency management instead of requirements.txt and the older build system. I've made this update to address the following: