15 lines
255 B
YAML
15 lines
255 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
nginx:
|
|
image: nginx:alpine
|
|
ports:
|
|
- 10.2.2.1:80:80
|
|
volumes:
|
|
- ./images:/usr/share/nginx/html:ro
|
|
|
|
opentracker:
|
|
build: opentracker
|
|
image: opentracker:alpine
|
|
ports:
|
|
- 10.2.2.1:6969:6969
|