Vibhav Bobade
Vibhav Bobade
I found a related issue where the user is facing the same problem. https://github.com/docker/build-push-action/issues/634#issuecomment-1157026269 I see that there is a cloudflare folder present in the ttl.sh repo as well. So...
I was able to push a bigger image as well. Did you check ? https://github.com/replicatedhq/ttl.sh/issues/104#issuecomment-1257873143 Can you share the url to the heroku instance where you have ttl.sh deployed ?...
> If these are HTTP, you can probably add an HTTP load balancer like nginx to multiplex their traffic. For example, https://example.app.uffizzi.com/ could go to the frontend container and requests...
docker-compose ``` command: "ENDPOINT=$$UFFIZZI_URL node start" ``` kubernetes manifest ``` container: command: "ENDPOINT=$UFFIZZI_URL node start" ```
@moklidia here you go ``` # This compose file is for demonstration only, do not use in prod. version: "3.9" x-uffizzi: ingress: service: app port: 3001 services: app: depends_on: -...
@spkane my team uses ttl.sh and have created a docker-compose at our org level fork https://github.com/UffizziCloud/ttl.sh/blob/main/docker-compose.yaml
Would appending `-dev`suffice ? Having the commit id in there would be nice as well I guess :thinking:
Then it makes sense to add the minor / patch version in the mix for the version. So the dev should show something like `0.4.1-dev-${commit_id}` or `0.5-dev-${commit_id}`. You are right,...
Hey @moklidia 1. What problem does it solve? Currently we create previews from docker-compose and can create previews of applications containing more than one services. The scale of these applications...