Raphaël Titsworth-Morin
Raphaël Titsworth-Morin
I had a healthcheck using the wget instead of curl, and it failed, but I didn't realize because there were no logs. It would be nice if we could surface...
EDIT: I thought I was running in a session with my AWS profile specified, but that was incorrect. So the issue below actually happened with playground. Keeping the text for...
I think it would be good if users could provide feedback on the AI debugger. For example, I just got some suggestions which didn't make any sense at all. I...
Defang compose config -C doesn't correctly build paths to Dockerfiles referenced in the compose.yaml
``` ➜ samples git:(django-channels) ✗ defang compose config -C "./samples/python-minimal/" Error: service "app": dockerfile not found: "/Users/raphaeltitsworth-morin/dev/defang/samples/samples/python-minimal/samples/python-minimal/app/Dockerfile" ``` When I just `cd ./samples/python-minimal/` and run `defang compose config` in the...
Examples: * Confirm project name * Confirm stack name * Double check cloud credentials we're planning on using * Check that which tenant we're deploying on behalf of * Error...
So I've got a .env with a bunch of values in it, and I want the same values in my cloud environment. I'm having to copy them one at a...
Something like this would be really helpful: ``` defang service forward ``` I'm thinking specifically in the context of a database where you may only have exposed it to the...
I'm updating the django postgres sample to be ready for a workshop and there's a thing that I'm wondering... django kinda expects you to be able to run a command...
I haven't tested Playground, but with a couple byoc deployments recently I've noticed that there's nothing that seems to say at the end what domains, etc. are provisioned/ready. In one...