Replies: 9 comments
-
About Docker Image, Is there any example of docker compose as I using Portainer. I try using dockerfile to compile image but there seams error in Pipeline |
Beta Was this translation helpful? Give feedback.
-
@officialdanielamani Thanks for your interest, in #208 I am trying to get the docker compose config to work, but it's not finished yet. I can try to get it to work in a few weeks, but don't have time right now. |
Beta Was this translation helpful? Give feedback.
-
@officialdanielamani the docker-compose config should now work. You should be able to start Bracket using the commands written here: |
Beta Was this translation helpful? Give feedback.
-
Just asking, I want to try the application, the docker is up and running but I greeted by login screen. How I want to configure admin or login the application as signup is disable in this stage? I try add ci.env on bracket-backend but get some error. Is I am doing wrong? |
Beta Was this translation helpful? Give feedback.
-
Ah I realized I didn't write what credentials to use, I have specified that now in the README (#283). I created a new release, so if you pull the new docker images, it should work. ( It shouldn't be necessary to add https://github.com/evroon/bracket/blob/master/docker-compose.yml#L18 But then you need to recreate the database, by deleting and recreating the database container for example. |
Beta Was this translation helpful? Give feedback.
-
Thanks for update, but I encounter a problem. Example I run the docker on a PC-(A) than access the docker from another PC-(B), I cannot login, it give |
Beta Was this translation helpful? Give feedback.
-
I think |
Beta Was this translation helpful? Give feedback.
-
I could used it from remote by adding these environment variables
|
Beta Was this translation helpful? Give feedback.
-
I have updated docker-compose.yml and also the docs: https://evroon.github.io/bracket/docs/running-bracket/deployment/ I have disabled the CORS middleware for the DEV environment. Also I added Does this solve the unclarity? For now, I will turn this into a discussion because it's more about help than a specific feature/bug. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions