You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running the Pictopy frontend and backend images requires separate, lengthy commands to execute them individually. To simplify this process, propose adding a docker-compose.yml file to the project. This configuration would allow us to manage both the frontend and backend images together using simple Docker Compose commands such as
For building the Docker image
docker compose build
For running all the services
docker compose up
clean up the environment when you no longer need the services running.
docker compose down
And will also add a documentation for docker-compose.yml
Bug : Failed to add folder ( if run via Docker )
Warning : dconf-WARNING
Add ScreenShots
Feature : Docker-Compose
Code_VxaLUzbngq.mp4
Record
I agree to follow this project's Code of Conduct
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Describe the feature
Feature : docker-compose.yml
Currently, running the Pictopy frontend and backend images requires separate, lengthy commands to execute them individually. To simplify this process, propose adding a docker-compose.yml file to the project. This configuration would allow us to manage both the frontend and backend images together using simple Docker Compose commands such as
And will also add a documentation for docker-compose.yml
Bug : Failed to add folder ( if run via Docker )
Warning : dconf-WARNING
Add ScreenShots
Feature : Docker-Compose
Code_VxaLUzbngq.mp4
Record
The text was updated successfully, but these errors were encountered: