Matheus Barbosa
07/04/2023, 10:21 PMkapa.ai
07/04/2023, 10:21 PMkapa.ai
07/04/2023, 10:21 PMdocker buildx create --use in your terminal. 3. Build and push your image using the following command, replacing repo/image-name:tag with your specific details: bash docker buildx build --platform linux/amd64 --push -t repo/image-name:tag . Please note that in some cases, tag overwriting might not work, so you might need to use a distinct tag. This information was derived from a [forum discussion](https://discuss.airbyte.io/t/4652) where a user faced a similar issue. If you're still facing issues, please provide more details about the error messages you're seeing, and the steps you've taken so far.Matheus Barbosa
07/04/2023, 10:22 PM2023/07/04 22:18:20 [emerg] 23#23: host not found in upstream "airbyte-webapp" in /etc/nginx/nginx.conf:17Andrei-Mircea Baltatu
07/11/2023, 2:48 PMAndrei-Mircea Baltatu
07/11/2023, 3:31 PMDATABASE_HOST from "db" to "airbyte-db"
DATABASE_URL from "jdbc:<postgresql://db:5432/airbyte>" to "jdbc:<postgresql://airbyte-db:5432/airbyte>Matheus Barbosa
07/13/2023, 6:32 PM