-
First of all, this is my `docker-compose.yml`:
```
user@server::~/docker/gitops$ cat docker-compose.yml
services:
app:
container_name: doco-cd
image: ghcr.io/kimdre/doco-cd:latest
…
-
Secrets should never be committed to your Git Repositories.
Instead either
- use secret files and bind/mount them to a specifc directory/destination inside the doco-cd container so you can access …
-
Compare [L21](https://gitlab.com/committed-consulting/mde-devops/macaron-example/-/jobs/4555123889#L21)
```sh
Executing "step_script" stage of the job script
00:00
Using docker image sha256:e90e…
-
Every time I clone a repo with this module in it - I get this error on start on a script. I have to `npm install rbytes` to fix it. I use a bunch of other node modules and rbytes is the only one that …
-
I'm wondering if there's any way to use one repository to deploy to many servers - I understand that I can use `.doco-cd.yml` to specify which compose files to deploy (which is good!) but I can't actu…
-
As of 2024-07 or so and Octave 9.2, I've been getting intermittent build failures for Octave. Can't reproduce it reliably, and I never get it to reproduce when I'm running in HOMEBREW_MAKE_JOBS=1 non-…
-
Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html
Yes
##### My Cuckoo version and operating system are:
Cuckoo: 2…
-
### How did you install WebODM (docker, installer, etc.)?
N/A
### What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)
N/A
### What is the …
-
I'm new to Docker and attempting to get started with Pixray. After following the install process I attempt to build a test from the doco: python pixray.py --drawer=pixel --prompt=sunrise but it dies w…
-
Is the es module build hosted anywhere? I'd like to use it like this:
````
import DataTable from "/javascripts/datatables.net-vue.esm.js"
````