version: '3.8'  

services: 
  nostrdvm:  
    container_name: nostrdvm
    build:  
      context: .  
      dockerfile: Dockerfile  
    ports:  
      - "80:80"  
    env_file:
      - .env
    volumes:
      - .:/app