Files
ngx_http_monitoring_module/dockerized/docker-compose.yml
2026-05-07 22:57:00 +03:30

13 lines
290 B
YAML

services:
nginx-monitor:
build:
context: ..
dockerfile: dockerized/Dockerfile
args:
NGINX_VERSION: "1.28.0"
image: ngx-http-monitoring-module:local
container_name: ngx-http-monitoring-module
ports:
- "8080:8080"
restart: unless-stopped