version: '3.8' services: web: build: . container_name: nex-music-web ports: - "80:80" restart: always # If you want to mount the .env file dynamically or valid it locally # env_file: # - .env