version: "3.6" services: frontend: build: context: ./frontend dockerfile: Dockerfile image: eladmin-frontend:latest container_name: eladmin-frontend ports: - "8282:80" restart: always volumes: - type: bind source: ./frontend/conf/nginx.conf target: /etc/nginx/nginx.conf - ./frontend/conf/conf.d:/etc/nginx/conf.d - ../dist:/var/www/html