Markus Pesch
b83efda648
All checks were successful
continuous-integration/drone/push Build is passing
13 lines
224 B
YAML
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
|