test(assets): add depends_on as example
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5dea30fec0
commit
b83efda648
@ -1,6 +1,8 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
app:
|
||||
depends_on:
|
||||
- oracle
|
||||
environment:
|
||||
- HTTP_PROXY=1.2.3.4:8080
|
||||
image: repository:version
|
||||
|
@ -1,6 +1,8 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
app:
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
- HTTP_PROXY=4.3.2.1:8080
|
||||
image: repository:version
|
||||
|
Loading…
Reference in New Issue
Block a user