-
Published Question
Hi,
I've successfully integrated a Spring Boot app with a Postgres database on the App platform. Now, if the main service needs also an ElasticSearch service, what would be the best way to achieve this in the App plat...
1
•
•
By
damiencoraboeuf
DigitalOcean App Platform
Elasticsearch
-
Published Answer
Hi,
Thanks for the answer.
I’m now using:
SPRING_DATASOURCE_URL = ${ontrack-db.JDBC_DATABASE_URL}
SPRING_DATASOURCE_...
•
By
damiencoraboeuf
-
Published Question
Hi,
I've started to use the Beta of the App platform.
My service is a Spring Boot application declared through a Docker image, and it connects to a Postgres database declared through the App platform.
I've declared th...
2
•
•
By
damiencoraboeuf
DigitalOcean App Platform
-
Published Answer
Hi,
Do you know where one can find more information about the following parameters:
REGISTRYSTORAGES3_BUCKET=bucket-name
R…
•
By
damiencoraboeuf
-
Published Answer
Yes, I start to realise this.
I have switched to Docker, running inside my CI server.
•
By
damiencoraboeuf
-
Published Question
Hi,
I'm running an Ubuntu 13.10 box (2 Gb RAM, 40 Gb disk) for my CI environment.
I want to use VirtualBox + Vagrant in this environment in order to set some test environment for my applications.
However, whereas my V...
2
•
•
By
damiencoraboeuf