2023-08-28 08:56:39 +00:00
|
|
|
version: "3.3"
|
|
|
|
services:
|
|
|
|
app:
|
2023-11-25 17:20:47 +00:00
|
|
|
depends_on:
|
|
|
|
- postgres
|
2023-08-28 08:56:39 +00:00
|
|
|
environment:
|
|
|
|
- HTTP_PROXY=4.3.2.1:8080
|
|
|
|
image: repository:version
|
|
|
|
ports:
|
|
|
|
- 10080:80
|
|
|
|
volumes:
|
|
|
|
- /usr/share/zoneinfo/UTC:/etc/localtime
|