services:
  nginx:
    build:
      context: ./nginx
    ports:
      - ${NGINX_PORT}:80
    volumes:
      - ${PROJECT_DIRECTORY}:/var/www/html:cached
      - ./nginx/conf.d:/etc/nginx/conf.d