-
**Context**:
When adding a new building block, there are several places in the code base that need to be updated.
**Acceptance Criteria**:
- A new document has been added to the [tutorials sectio…
-
Docker Compose version v2.21.0-desktop.1 results in the following error:
`validating docker_tutorial/multi-container-app/compose.yaml: services.todo-app Additional property develop is not allowed`
w…
-
### Describe your problem
I installed locally ragflow but it get stucked at 0.7% or 6.7%
![image](https://github.com/user-attachments/assets/40398b8c-5c15-428d-a3d5-4cd5a3834e78)
I am using:
-…
-
### Feature description
Hello, developers. In the installation guide you provided, it's required to place three files - docker-compose.yml, .env, and nginx.conf.template - in the same directory, and …
-
### Actual Behavior
In a docker-compose I usually use a volume like the block below
```
volumes:
quarkus_src_vol:
driver: local
driver_opts:
type: none
device: ./quarkus/…
-
Hi, I run a navidrome server. As far as I know, this is a subsonic fork.
In your docker-compose file, you have two environment variables:
```
- DISOPY_SUBSONIC_PASSWORD=YOUR_SUBSONIC_PASSWORD
…
-
Is Uber's current use of RIBs for android closer to the compose demo? Or the tutorials? If we are starting a new project, do you recommend doing something closer to the compose demo? Also there are no…
-
Description:
Package your Snake game application and its database (if applicable) into Docker containers to streamline deployment and management.
Specific Requirements:
- Complete a beginner-lev…
-
The current installation guide is not helping newcomers to install the app the exact same way as we did, because it is
- not clear to users that there is a reproducible docker installation (becau…
-
So I got this situation in a tutorial: I'm giving people a really long docker-compose.yml listing, and asking them to run it.
I can tell them to copy it into a file, but that's no fun.
I can commit …