12 lines
357 B
YAML
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
|