services: web: build: . ports: - "8080:80" volumes: - ./frontend:/usr/share/nginx/html - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro environment: - NGINX_HOST=apps.local - NGINX_PORT=80