test: add example docker-compose

This commit is contained in:
2023-08-28 10:56:39 +02:00
parent d9ecf068c9
commit 6f673e4a72
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: "3.3"
services:
app:
environment:
- HTTP_PROXY=1.2.3.4:8080
image: repository:version
ports:
- 8080:80
volumes:
- /etc/localtime:/etc/localtime