2023-08-28 08:56:39 +00:00
|
|
|
version: "3.3"
|
|
|
|
services:
|
|
|
|
app:
|
2023-11-25 17:20:47 +00:00
|
|
|
depends_on:
|
|
|
|
- oracle
|
2023-08-28 08:56:39 +00:00
|
|
|
environment:
|
|
|
|
- HTTP_PROXY=1.2.3.4:8080
|
|
|
|
image: repository:version
|
|
|
|
ports:
|
|
|
|
- 8080:80
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime
|