Igor Benav
Igor Benav
Weird. There are actually no logs indeed, but the tier should be created. I'm running it here and it's creating. Can you please share your docker-compose, Dockerfile and the relevant...
I think you forgot to uncomment this part in docker-compose: ```python # # #-------- uncomment to create first tier -------- # create_tier: # build: # context: . # dockerfile: Dockerfile...
Weird. Can you please replace the script with the new one and try again so we can see the logs? Run a `docker compose build --no-cache`, then `docker compose up`
That's a great idea, @luca-medeiros, can you do it or should I?
Cool, I'll assign you then
@luca-medeiros should I merge one by one or wait until you finish all of them?
I can't reproduce the error, so it might be something with your network setup. Something I see that you can fix is this: ```python # app/core/setup.py def create_application( router: APIRouter,...
Yeah, when I remove the `networks` part in docker-compose it works: ```sh kappitrails_api-development_v1-create_tier-1 | INFO:__main__:Tier 'free' created successfully. kappitrails_api-development_v1-create_tier-1 exited with code 0 ``` So there's something wrong with your...
@rithin were you able to fix this? Sorry, I missed the last reply