-
Published Question
After deploying an app and navigating to its primary domain name, my Google Chrome says:
This site can’t provide a secure connection
mydomain.com uses an unsupported protocol.
ERRSSLVERSIONORCIPHER_MISMATCH
1
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
The only thing I changed in my App Spec file is database username. Yet it triggered full rebuild of the Docker, which takes around 10 minutes for 1 service + 10 minutes for a job (both using the same Dockerfile).
Ther...
2
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
This is a feature request. Could you make it possible to define "variables" and then make them accessible through ${var.MY_NAME}?
How it can be useful: for example, defining a 3rd party service API key and then settin...
2
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
This command:
doctl app spec get <id> > <file.yml>
...overrode all formatting AND the order of identifiers, which made it less readable. It was a bit of surprise especially taking into account that I created the app b...
1
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
Building Docker containers is very slow. Could you clarify if the resources allocated to build Docker containers somehow depend on the overall App "budget", or is it going to be of that speed no matter how big the App...
2
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
Same as we can specify the Dockerfile to use, can we also specify an dockerignore file? When using multiple Dockefiles, each one can have its own dockerignore file for optimal build speed. Could you please make it con...
1
•
•
By
ReWild
DigitalOcean App Platform
Docker
-
Published Question
Your App Specification Reference says the following for the envs/value:
String. The value. If the type is SECRET, the value will be encrypted on first submission. On following submissions, the encrypted value should b...
1
•
•
By
ReWild
DigitalOcean App Platform
Docker
-
Published Question
Dear support, is there a way to configure one or more --build-arg values for a Docker-based service in the App Platform?
At the Docker build time, we pass arguments to fine-tune nginx configuration files. We use diffe...
1
•
•
By
ReWild
DigitalOcean App Platform
Docker
-
Published Question
Can the following setup be achieved with a single App Specification file (= single App)?
single managed PostgreSQL Cluster (PCLUSTER)
example.com is the main domain and it serves a next.js application from production ...
1
•
•
By
ReWild
DigitalOcean App Platform
-
Published Question
I could not find in the App Platform documentation whether .dockerignore files are respected. Please advise.
1
•
•
By
ReWild
DigitalOcean App Platform
Docker
-
Published Question
We use Docker Compose for our Laravel application development. The two main Docker containers in our Compose configuration are:
custom nginx Docker container with nginx micro-caching and request throttling - we would ...
1
•
•
By
ReWild
DigitalOcean App Platform
Nginx
Laravel
PHP
-
Published Question
Laravel, as many other PHP frameworks, has command line tools to migrate database schema up and down.
It is not clear how to use those schema migration command line tools with the DigitalOcean App Platform. For instan...
2
•
•
By
ReWild
DigitalOcean App Platform
Laravel
Databases