name: magent-production services: magent: build: . env_file: - ./.env ports: - "10.30.1.32:3200:3000" - "127.0.0.1:8200:8000" volumes: - ./data:/app/data restart: unless-stopped