version: "3.8" services: app: build: context: . dockerfile: Dockerfile ports: - "4001:4001" environment: NODE_ENV: production PORT: 4001 SERVER_DIR: /home/innotex/Documents/Projet/Serveur NationsGlory/NationsGlory_ServeurBuild_Red RCON_HOST: host.docker.internal # ou votre adresse IP RCON_PORT: 25575 SESSION_SECRET: change-this-in-production volumes: - /home/innotex/Documents/Projet/Serveur NationsGlory/NationsGlory_ServeurBuild_Red:/mc-server:ro restart: unless-stopped network_mode: host