-
You can modify your Dockerfile and docker-compose.yml by including sqlite3 into docker image, so no need to install it on a host machine
and create volume link to sessions.db
``` dockerfile
FROM …
-
I cloned this repo and fetched the images a few days ago, and ran into this problem. The containers keep trying stuff and print status/errors forever.
To reproduce:
```
git clone https://githu…
velle updated
3 hours ago
-
```
=> ERROR [ms-one 3/4] COPY /target/*.jar main.jar …
-
## Bug Description
Pulling twenty docker image works, but using a rebuilt docker image from source doesn't. Is there a difference between the source code on github compared to the twenty image that…
-
Currently docker example covers creating a new Postgres db. I find it difficult to figure out how to use SQLite instead.
-
## Description
Add support to run the sandbox application in a Docker environment
## Context
Adding `docker-compose.yml` will help developers quickly set up their environments and ensure consiste…
-
The docker-compose.yml file has two containers, which container should be used to fill in the environment variables
![image](https://github.com/user-attachments/assets/ffc49f3a-d215-44ef-9949-a82…
-
### Error Message and Logs
If you try to edit **Build** --> **Docker Compose Location** filename, it doesn't work.
![Image](https://github.com/user-attachments/assets/832563a2-f6bf-4aeb-b9f0-f6ef3de…
-
### Describe the bug
The service cannot be started using docker-compose.yml, the logto container has an error and exits
### Expected behavior
Successfully run logto locally
### How t…
-
### Describe the bug
Currently, the docker-compose.yaml is defining the vite host using VITE_DEV_SERVER_HOST, but it should be [VITE_RUBY_HOST](https://vite-ruby.netlify.app/config/#host).
### T…