dcmerge/test/assets/docker-compose-b.yaml
Markus Pesch b83efda648
All checks were successful
continuous-integration/drone/push Build is passing
test(assets): add depends_on as example
2023-11-25 18:21:07 +01:00

13 lines
224 B
YAML

version: "3.3"
services:
app:
depends_on:
- postgres
environment:
- HTTP_PROXY=4.3.2.1:8080
image: repository:version
ports:
- 10080:80
volumes:
- /usr/share/zoneinfo/UTC:/etc/localtime