services: nginx-frontend-local: image: nginx:latest container_name: cw-frontend-local-nginx restart: unless-stopped ports: - "8090:80" extra_hosts: - "host.docker.internal:host-gateway" volumes: - ./frontend:/data/cwos/frontend:ro - ./nginx.frontend-local.conf:/etc/nginx/conf.d/default.conf:ro