datalens-ui/tests/docker-compose.e2e.nginx.yml
2026-06-24 20:31:05 +05:00

12 lines
357 B
YAML

services:
nginx:
container_name: e2e-datalens-nginx
image: ghcr.io/datalens-tech/nginx:stable-alpine3.19
network_mode: host
command: [ "nginx" ]
environment:
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx
volumes:
- ../deploy/nginx/nginx.conf:/etc/nginx/templates/nginx.conf.template
- ../dist/public:/opt/app/dist/public