test(assets): add depends_on as example
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-11-25 18:20:47 +01:00
parent 5dea30fec0
commit b83efda648
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
version: "3.3"
services:
app:
depends_on:
- oracle
environment:
- HTTP_PROXY=1.2.3.4:8080
image: repository:version

View File

@ -1,6 +1,8 @@
version: "3.3"
services:
app:
depends_on:
- postgres
environment:
- HTTP_PROXY=4.3.2.1:8080
image: repository:version