-
-
Hi! I want to dockerize an app that uses `eth-sdk` but due to this magical process of placing generated types into `node_modules` I'm failing to do so.
What I'm doing is building a multistage image…
-
### What's up?
Docker is a tool that is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments. Therefore, in …
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID:
### Ex…
-
- Dockerbuild
- docker-compose
- redeploy.sh
-
### Issue Description
Now that we have working parts on both frontend and backend, we can begin dockerizing our project.
I am planning on creating three containers for this project:
- mongo: d…
-
Hello.
Relay was builded from tag 20.10.1 by `cargo build --all-features` and time to time crashing with strange repeatable error:
```
Nov 23 17:10:53 sentry4 relay[5184]: thread '' panicked at…
-
**Describe the bug**
Creating a "hello world" rack application and configuring puma to run using TLS, excessive memory is used by the application.
**Puma config:**
```
threads 1, 1
workers 1
…
-
### Description
First of all, I'm really enjoying using VPS and in the middle of progress transitioning production Next.js app to Vite + VPS.
Meanwhile, building entrypoint `src/server/index.ts`…
-
Goal is to prepare project for dockerization.
The service should use data from repository (this must be configurable):
https://graphdb.onto.fel.cvut.cz/graphs, repo csat-d20-data
Context where …