services: app: build: context: . dockerfile: Dockerfile environment: NODE_ENV: production PORT: 4001 SERVER_DIR: /mc-server RCON_HOST: localhost RCON_PORT: 25575 SESSION_SECRET: change-this-in-production volumes: - /NationsGloryRED/NationsGlory_ServeurBuild_Red:/mc-server - web-admin:/mc-server/.web-admin restart: unless-stopped network_mode: host volumes: web-admin: