-
Hello everyone,
I recently tried to use openproject community I followed to guide but it keeps saying it is unable to connect to the DB and I didnt change much this is my docker-compose.yml:
```
…
-
Any thoughts on running this from docker?
I am an avid unraid user and think that having this run via docker would make sense. Dockerfile could look something like this?
requirements.txt
```d…
-
The following can be used as inspiration.
```
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM public.ecr.aws/docker/library/node:20.9.0-slim as builder
ARG AWS_…
-
### Issue Summary
After cloning the repo and running `docker compose up`, it fails to build (MacOs Sonoma 14.4.1 macbook m3):
```
$docker compose up
[+] Building 13.3s (14/27) …
-
Hi, I'm trying to setup docker register ui but always fall on CORS errors , and I can't seem to find why.
I have this docker compose config:
```yml
services:
registry:
ports:
- 5…
-
Using dynamo-db-local as part of a test suite, I noticed that simply calling `spawn` is not sufficient to have the DynamoDB instance ready to be used in test logic.
When using the `java` command, I…
-
this is what I get
meriem@Home:~/llama-gpt$ ./run.sh --model 7b --with-cuda
[+] Building 4.2s (30/30) FINISHED …
-
### Description
Using Laravel Sail which handles docker for Laravel users works perfectly. If you install Docker Desktop for Linux, containers will no longer have the write access they need to store …
-
- Inspired by ostree:
- Ostree could be used for package installation (since this takes time).
- And also upgrades.
- Inspired by docker:
- Docker has the concept of layering and cachi…
-
In previous versions (pre Isaac-ROS 3) of the run_dev.sh script, I could change the `PLATFORM` arg from being the default `"$(uname -m)"` to be configured by param for either `x86_64` or `aarch64` and…