Markus Pesch
b83efda648
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
212 B
YAML
13 lines
212 B
YAML
version: "3.3"
|
|
services:
|
|
app:
|
|
depends_on:
|
|
- oracle
|
|
environment:
|
|
- HTTP_PROXY=1.2.3.4:8080
|
|
image: repository:version
|
|
ports:
|
|
- 8080:80
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime
|