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