Richard Abrich
Richard Abrich
@vincentmorneau I haven't been keeping up with this project since I created this PR. Since it hasn't been merged or closed, and a search for `android` returns no results, I...
If you don't get an error about `depends_on` when deploying then don't worry about changing `docker-compose.yml`. It looks like the site is being served over https, but the certificate is...
Can you paste the code which issues this request?
I had a similar issue where only one API call was being issued for HTTP for some reason, where all the other ones were being issued over HTTPS. I noticed...
This is outside the scope of this project, and I am unfamiliar with OVH, but a quick Google search led me to https://docs.ovh.com/ca/en/domains/web_hosting_how_to_edit_my_dns_zone/ On Mon, Mar 1, 2021 at 5:48...
- AMI: Ubuntu Server 20.04 LTS 64-bit x86 - Type: t2.xlarge - Storage: 256GiB SSD - Security Group: All traffic (ideally you should only allow connections from a bastion host...
If you describe the issue you are experiencing maybe I or someone else can help On Wed, Mar 10, 2021 at 12:12 PM pramadito ***@***.***> wrote: > > - AMI:...
There may be a bug in the code that your container is running that is causing the container to crash; try checking the logs.
See https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/322 for AWS deployment
This appears to be a known issue: https://github.com/traefik/traefik/issues/6392 https://github.com/traefik/traefik/issues/7776 https://github.com/traefik/traefik/issues/7814 One workaround (described in https://community.traefik.io/t/traefik-advertises-http-2-when-backend-doesnt-support-it/1776) appears to involve creating a `traefik.toml` file for "dynamic" configuration with the following: ``` [tls.options]...