2026-01-18 10:23:41 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
web:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: nex-music-web
|
|
|
|
|
ports:
|
2026-01-26 12:02:00 +00:00
|
|
|
- "80:80"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./data:/usr/share/nginx/html/data:ro
|
2026-01-18 10:23:41 +00:00
|
|
|
restart: always
|
|
|
|
|
# If you want to mount the .env file dynamically or valid it locally
|
|
|
|
|
# env_file:
|
|
|
|
|
# - .env
|